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