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