1 implementation of ParentFlowSwitch
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowSwitchLink.cs (1)
63public FlowNode ParentFlowSwitch
3 references to ParentFlowSwitch
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChanges.cs (1)
80FlowNode fs = flowSwitchLink.ParentFlowSwitch;
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
1006ModelItem realFSModelItem = (this.ModelItem as IModelTreeItem).ModelTreeManager.WrapAsModelItem(link.ParentFlowSwitch); 1435storageModelItem = modelTreeItem.ModelTreeManager.WrapAsModelItem(link.ParentFlowSwitch);