4 references to GetLocation
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (4)
55
Point location = FreeFormPanel.
GetLocation
(target);
120
Point location = FreeFormPanel.
GetLocation
(autoConnectTarget);
278
Point shapeLocation = FreeFormPanel.
GetLocation
(shape);
307
List<Rect> hitTestRects = CreateHitTestRects(FreeFormPanel.
GetLocation
(target), FreeFormPanel.GetChildSize(target));