3 references to ActivityExecutorDelegateInfo
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (2)
726handlers.Add(new ActivityExecutorDelegateInfo<ActivityExecutionStatusChangedEventArgs>(true, delegateValue, this.ContextActivity ?? this.RootActivity)); 735handlers.Remove(new ActivityExecutorDelegateInfo<ActivityExecutionStatusChangedEventArgs>(true, delegateValue, this.ContextActivity));
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
26: this(false, delegateValue, contextActivity)