4 references to ActivityExecutorDelegateInfo
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (2)
776handlers.Add(new ActivityExecutorDelegateInfo<ActivityExecutionStatusChangedEventArgs>(true, activityStatusChangeListener, this.ContextActivity)); 800handlers.Remove(new ActivityExecutorDelegateInfo<ActivityExecutionStatusChangedEventArgs>(true, activityStatusChangeListener, this.ContextActivity));
AuthoringOM\ActivityExecutionContext.cs (1)
406this.Activity.SetValue(LockAcquiredCallbackProperty, new ActivityExecutorDelegateInfo<EventArgs>(true, locksAcquiredCallback, this.Activity.ContextActivity));
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
30: this(false, eventListener, contextActivity)