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