12 references to GetLocation
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (4)
55Point location = FreeFormPanel.GetLocation(target); 120Point location = FreeFormPanel.GetLocation(autoConnectTarget); 278Point shapeLocation = FreeFormPanel.GetLocation(shape); 307List<Rect> hitTestRects = CreateHitTestRects(FreeFormPanel.GetLocation(target), FreeFormPanel.GetChildSize(target));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoSplitHelper.cs (4)
20Point srcLocation = FreeFormPanel.GetLocation(srcShape); 21Point destLocation = FreeFormPanel.GetLocation(destShape); 58Point srcLocation = FreeFormPanel.GetLocation(srcShape); 59Point destLocation = FreeFormPanel.GetLocation(destShape);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (1)
115Point topLeft = FreeFormPanel.GetLocation(parent);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (1)
133Rect rect = new Rect(Point.Add(panel.TranslatePoint(FreeFormPanel.GetLocation(child), outmostPanel), new Vector(margin.Left, margin.Top)), childSize);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (2)
338pt = FreeFormPanel.GetLocation(Children[i]); 436pt = FreeFormPanel.GetLocation(child);