Skip to content

Commit

Permalink
presentation on elements' object model, part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
apetrovskiy committed Dec 25, 2013
1 parent e6959dd commit 1077001
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Expand Up @@ -463,6 +463,11 @@ public override void Intercept(IInvocation invocation)
invocation.Proceed();
break;
}

// if (null != (invocation.Proxy as IUiElement)) {
// invocation..Method..ReturnType = invocation.Proxy.GetType();
// }

AlreadySelected = false;
} else {
invocation.Proceed();
Expand Down
Binary file not shown.

0 comments on commit 1077001

Please sign in to comment.