1 write to selectedPathInfo
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
1124this.selectedPathInfo = (memberNode != null) ? memberNode.PathInfo : null;
2 references to selectedPathInfo
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (2)
1126this.parent.SelectedActivityChanged(this.selectedActivity, this.selectedPathInfo, path); 1278return this.selectedPathInfo;