3 writes to GrowStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusStrip.cs (2)
465TableLayoutSettings.GrowStyle = TableLayoutPanelGrowStyle.AddColumns; 507TableLayoutSettings.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)
152return _tableLayoutSettings.GrowStyle;