6 references to TableLayoutPanelCellPosition
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
1286
return new
TableLayoutPanelCellPosition
(-1,-1);
1293
return new
TableLayoutPanelCellPosition
(-1,-1);
1300
return new
TableLayoutPanelCellPosition
(layoutInfo.ColumnStart, layoutInfo.RowStart);
winforms\Managed\System\WinForms\TableLayoutPanelCellPosition.cs (2)
121
return new
TableLayoutPanelCellPosition
(values[0], values[1]);
153
return new
TableLayoutPanelCellPosition
(
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
342
return new
TableLayoutPanelCellPosition
(GetColumn(control), GetRow(control));