4 references to LockAcquiredCallbackProperty
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (1)
227DependencyProperty.RegisterAsKnown(ActivityExecutionContext.LockAcquiredCallbackProperty, (byte)25, DependencyProperty.PropertyValidity.Uninitialize);
AuthoringOM\ActivityExecutionContext.cs (3)
406this.Activity.SetValue(LockAcquiredCallbackProperty, new ActivityExecutorDelegateInfo<EventArgs>(true, locksAcquiredCallback, this.Activity.ContextActivity)); 466this.Activity.RemoveProperty(LockAcquiredCallbackProperty); 544ActivityExecutorDelegateInfo<EventArgs> waitingActivityCallback = (ActivityExecutorDelegateInfo<EventArgs>)waitingActivity.GetValue(LockAcquiredCallbackProperty);