3 references to ActiveChildRemovedProperty
System.Workflow.ComponentModel (3)
AuthoringOM\Sequence.cs (3)
109
activity.SetValue(
ActiveChildRemovedProperty
, true);
115
bool activeChildRemovedInDynamicUpdate = (bool)activity.GetValue(
ActiveChildRemovedProperty
);
127
activity.RemoveProperty(
ActiveChildRemovedProperty
);