1 write to flowStart
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (1)
36this.flowStart = start.ModelItem;
4 references to flowStart
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (2)
46itemsToCopy.Remove(flowStart); 117itemsToDelete.Remove(flowStart);
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (1)
38modelElement.Add(flowStart, start);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
430destModelItem = flowStart;