4 references to HasPrimaryClosedProperty
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (4)
218
DependencyProperty.RegisterAsKnown(
HasPrimaryClosedProperty
, (byte)9, DependencyProperty.PropertyValidity.Uninitialize);
630
return (bool)this.GetValue(
HasPrimaryClosedProperty
);
1483
this.RemoveProperty(Activity.
HasPrimaryClosedProperty
);
1555
this.SetValue(
HasPrimaryClosedProperty
, true);