4 references to FixedSize
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
189
this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.
FixedSize
;
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.cs (2)
254
if (growStyle == TableLayoutPanelGrowStyle.
FixedSize
)
454
if (growStyle == TableLayoutPanelGrowStyle.
FixedSize
)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
719
if (Table.GrowStyle != TableLayoutPanelGrowStyle.
FixedSize
)