6 references to CancelingEvent
System.Workflow.ComponentModel (6)
AuthoringOM\Activity.cs (6)
232
DependencyProperty.RegisterAsKnown(
CancelingEvent
, (byte)32, DependencyProperty.PropertyValidity.Uninitialize);
642
this.AddStatusChangeHandler(
CancelingEvent
, value);
646
this.RemoveStatusChangeHandler(
CancelingEvent
, value);
757
dependencyProp != Activity.
CancelingEvent
&&
786
dependencyProp != Activity.
CancelingEvent
&&
1465
FireStatusChangedEvents(Activity.
CancelingEvent
, transacted);