4 references to GetControlFromPosition
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (4)
497
Control existingControl = ((TableLayoutPanel)Control).
GetControlFromPosition
(newControlPosition.X, newControlPosition.Y);
755
if (Table.
GetControlFromPosition
(column, row) is not null)
1221
if (Table.
GetControlFromPosition
(column, row) is not null)
1271
Control existingControl = ((TableLayoutPanel)Control).
GetControlFromPosition
(dropPoint.X, dropPoint.Y);