1 write to parent
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
947
this.
parent
= parent;
6 references to parent
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (6)
1007
Type memberType = (memberParentNode != null) ? memberParentNode.PathInfo.PropertyType : this.
parent
.GetActivityType(parentNode.Activity);
1009
List<PathInfo> reparsedPathInfoList = this.
parent
.ParseStringPath(memberType, newLabel);
1026
DesignerHelpers.ShowError(this.
parent
.serviceProvider, string.Format(CultureInfo.CurrentCulture, this.
parent
.IncorrectIndexChange, newLabel));
1041
List<PathInfo> members = this.
parent
.PopulateAutoCompleteList(node.Activity, (memberNode != null) ? memberNode.PathInfo : null);
1126
this.
parent
.SelectedActivityChanged(this.selectedActivity, this.selectedPathInfo, path);