4 references to WasExecutingProperty
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (4)
216
DependencyProperty.RegisterAsKnown(
WasExecutingProperty
, (byte)7, DependencyProperty.PropertyValidity.Uninitialize);
847
return (bool)this.GetValue(
WasExecutingProperty
);
1450
this.SetValue(
WasExecutingProperty
, true);
1484
this.RemoveProperty(Activity.
WasExecutingProperty
);