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