4 references to GetChildSize
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (4)
54
Size size = FreeFormPanel.
GetChildSize
(target);
121
Size size = FreeFormPanel.
GetChildSize
(autoConnectTarget);
279
Size shapeSize = FreeFormPanel.
GetChildSize
(shape);
307
List<Rect> hitTestRects = CreateHitTestRects(FreeFormPanel.GetLocation(target), FreeFormPanel.
GetChildSize
(target));