2 references to CalculateDropLocationForAutoSplit
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
1981
shapeLocation = this.
CalculateDropLocationForAutoSplit
(e.GetPosition(this.panel), shapeLocation, connectorToSplit, new Size(DefaultStateDesignerWidth, DefaultStateDesignerHeight));
2271
newLocation = this.
CalculateDropLocationForAutoSplit
(newPoint, newLocation, connectorToSplit, size);