1 write to parent
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1070this.parent = parent;
6 references to parent
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerWidgets.cs (6)
1074foreach (ItemInfo item in this.parent.items) 1134this.parent.SelectedItem = ActiveItem; 1138this.parent.DestroyPalette(this); 1144this.parent.DestroyPalette(this); 1190this.parent.SelectedItem = selectedItem; 1194this.parent.DestroyPalette(this);