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