3 writes to _growStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
1490_growStyle = TableLayoutPanelGrowStyle.AddRows; 1497_growStyle = containerInfo.GrowStyle; 1623_growStyle = value;
2 references to _growStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1619return _growStyle; 1622if (_growStyle != value) {