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