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