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