1 write to GrowStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
204containerInfo.GrowStyle = value;
4 references to GrowStyle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
337TableLayoutPanelGrowStyle growStyle = containerInfo.GrowStyle; 1497_growStyle = containerInfo.GrowStyle;
winforms\Managed\System\WinForms\TableLayoutSettings.cs (2)
193return TableLayout.GetContainerInfo(Owner).GrowStyle; 203if (containerInfo.GrowStyle != value) {