3 writes to IsStart
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
655containerInfo.Columns[layoutInfo.ColumnStart].IsStart = true; 656containerInfo.Rows[layoutInfo.RowStart].IsStart = true; 684strip.IsStart = false;
1 reference to IsStart
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
929&& !strips[i+1].IsStart //and there is no control starting from the strip next to it