1 write to _colPos
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1375_colPos = value;
2 references to _colPos
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1347get { return _rowPos >= 0 && _colPos >= 0; } 1372get { return _colPos;}