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