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