1 write to shapeLocations
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
105
this.
shapeLocations
= new HashSet<Point>();
8 references to shapeLocations
System.Activities.Core.Presentation (8)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (1)
399
foreach (var point in this.
shapeLocations
)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (3)
117
this.
shapeLocations
.Remove((Point)e.OldValue);
119
this.
shapeLocations
.Add((Point)e.NewValue);
607
this.
shapeLocations
.Remove((Point)locationOfShape);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (4)
340
this.
shapeLocations
.Clear();
1243
this.
shapeLocations
.Add(locationPt);
1758
return AutoConnectHelper.CalculateDropLocation(droppedSize, this.panel.CurrentAutoConnectTarget, autoConnectDirection, this.
shapeLocations
);
1763
return AutoSplitHelper.CalculateDropLocation(mousePosition, originalDropLocation, connector, droppedSize, this.
shapeLocations
);