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)
1347
get { return _rowPos >= 0 &&
_colPos
>= 0; }
1372
get { return
_colPos
;}