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