3 writes to GrowStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusStrip.cs (2)
465
TableLayoutSettings.
GrowStyle
= TableLayoutPanelGrowStyle.AddColumns;
507
TableLayoutSettings.
GrowStyle
= TableLayoutPanelGrowStyle.AddRows;
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
155
_tableLayoutSettings.
GrowStyle
= value;
1 reference to GrowStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
152
return _tableLayoutSettings.
GrowStyle
;