5 writes to ColumnCount
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (4)
460
settings.
ColumnCount
= 0;
505
TableLayoutSettings.
ColumnCount
= DisplayedItems.Count + 1; // add an extra cell so it fills the remaining space
542
TableLayoutSettings.
ColumnCount
= 1;
550
TableLayoutSettings.
ColumnCount
= 1;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
116
_tableLayoutSettings.
ColumnCount
= value;
2 references to ColumnCount
System.Windows.Forms (2)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
113
get => _tableLayoutSettings.
ColumnCount
;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
107
Debug.Assert(
ColumnCount
== value, "the max columns should equal to the value we set it to");