8 references to ActiveChildQualifiedNameProperty
System.Workflow.Activities (8)
Sequence.cs (8)
61
this.SetValue(
ActiveChildQualifiedNameProperty
, this.EnabledActivities[0].QualifiedName);
85
this.RemoveProperty(
ActiveChildQualifiedNameProperty
);
132
this.RemoveProperty(
ActiveChildQualifiedNameProperty
);
174
this.SetValue(
ActiveChildQualifiedNameProperty
, seqList[indexOfNextActivity].QualifiedName);
184
this.RemoveProperty(
ActiveChildQualifiedNameProperty
);
191
String activeChildQualifiedName = this.GetValue(
ActiveChildQualifiedNameProperty
) as String;
200
String activeChildQualifiedName = this.GetValue(
ActiveChildQualifiedNameProperty
) as String;
211
this.RemoveProperty(
ActiveChildQualifiedNameProperty
);