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