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