2 references to GetComponentsInRect
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1259
List<Control> selectedControls = parentDesigner.
GetComponentsInRect
(bounds, true, true /* component should be fully contained*/);
1886
List<Control> selection =
GetComponentsInRect
(offset, true, false /*component does not need to be fully contained*/);