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