1 write to GrowStyle
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
195containerInfo.GrowStyle = value;
4 references to GrowStyle
System.Windows.Forms (4)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (1)
55_growStyle = containerInfo.GrowStyle;
System\Windows\Forms\Layout\TableLayout.cs (1)
253TableLayoutPanelGrowStyle growStyle = containerInfo.GrowStyle;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (2)
185get => TableLayout.GetContainerInfo(Owner!).GrowStyle; 193if (containerInfo.GrowStyle != value)