1 write to GrowStyle
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
189this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
3 references to GrowStyle
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
466if (Table.GrowStyle == TableLayoutPanelGrowStyle.AddRows) 474else if (Table.GrowStyle == TableLayoutPanelGrowStyle.AddColumns) 719if (Table.GrowStyle != TableLayoutPanelGrowStyle.FixedSize)