2 references to InvokeDelegate
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (1)
1494
delegateInfo.
InvokeDelegate
(this.ContextActivity, statusChangeEventArgs, delegateInfo.ActivityQualifiedName == null, transacted);
AuthoringOM\ActivityExecutionContext.cs (1)
545
waitingActivityCallback.
InvokeDelegate
(this.Activity.ContextActivity, EventArgs.Empty, false, transactional);