5 references to Invoke
System.Workflow.Activities (4)
EventHandlers.cs (1)
73
base.
Invoke
<EventArgs>(this.OnUnsubscribeAndClose, EventArgs.Empty);
State.cs (1)
351
base.
Invoke
<EventArgs>(this.HandleProcessActionEvent, new EventArgs());
Task.cs (2)
346
base.
Invoke
(this.HandleChildUpdateOperation, new ReplicatorInterActivityEventArgs(childStateInfo, false));
741
base.
Invoke
(this.HandleChildUpdateOperation, new ReplicatorInterActivityEventArgs(childStateInfo, true));
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContext.cs (1)
366
this.currentActivity.
Invoke
(handler, e);