6 references to Delegate
System.Activities (6)
System\Activities\Statements\InvokeDelegate.cs (6)
68metadata.AddDelegate(this.Delegate); 70if (this.Delegate != null) 72IList<RuntimeDelegateArgument> targetDelegateArguments = this.Delegate.RuntimeDelegateArguments; 125if (Delegate == null || Delegate.Handler == null) 148context.ScheduleDelegate(Delegate, inputParameters, new DelegateCompletionCallback(OnHandlerComplete), null);