3 writes to GrowStyle
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (2)
472TableLayoutSettings.GrowStyle = TableLayoutPanelGrowStyle.AddColumns; 519TableLayoutSettings.GrowStyle = TableLayoutPanelGrowStyle.AddRows;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
132set => _tableLayoutSettings.GrowStyle = value;
1 reference to GrowStyle
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
131get => _tableLayoutSettings.GrowStyle;