1 write to shapeLocations
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
190this.shapeLocations = new HashSet<Point>();
9 references to shapeLocations
System.Activities.Core.Presentation (9)
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (2)
543targetOccupiedLocations = this.shapeLocations; 552targetOccupiedLocations = designer.StateContainerEditor.shapeLocations;
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (2)
284this.shapeLocations.Remove((Point)e.OldValue); 286this.shapeLocations.Add((Point)e.NewValue);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (5)
409this.shapeLocations.Clear(); 585this.shapeLocations.Add(locationPt); 700this.shapeLocations.Remove((Point)locationOfShape); 2027return AutoConnectHelper.CalculateDropLocation(droppedSize, this.Panel.CurrentAutoConnectTarget, autoConnectDirection, this.shapeLocations); 2032return AutoSplitHelper.CalculateDropLocation(mousePosition, originalDropLocation, connector, droppedSize, this.shapeLocations);