1 implementation of ICallbackProxy
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\ContextItemManager.cs (1)
299
private class SubscribeProxy<TContextItemType> :
ICallbackProxy
where TContextItemType : ContextItem
8 references to ICallbackProxy
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\ContextItemManager.cs (8)
197
ICallbackProxy
proxy = callback.Target as
ICallbackProxy
;
225
ICallbackProxy
toRemoveProxy = toRemove.Target as
ICallbackProxy
;
241
ICallbackProxy
itemProxy = item.Target as
ICallbackProxy
;
315
Delegate
ICallbackProxy
.OriginalDelegate
320
object
ICallbackProxy
.OriginalTarget