1 implementation of ICallbackProxy
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\ServiceManager.cs (1)
370private class SubscribeProxy<TServiceType> : ICallbackProxy
8 references to ICallbackProxy
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\ServiceManager.cs (8)
217ICallbackProxy proxy = callback.Target as ICallbackProxy; 239ICallbackProxy toRemoveProxy = toRemove.Target as ICallbackProxy; 255ICallbackProxy itemProxy = item.Target as ICallbackProxy; 407Delegate ICallbackProxy.OriginalDelegate 412object ICallbackProxy.OriginalTarget