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