21 references to TableLayoutPanelGrowStyle
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
189this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
System.Windows.Forms (17)
_generated\1\Validation.cs (2)
754public static void Validate(System.Windows.Forms.TableLayoutPanelGrowStyle enumToValidate, string parameterName = "value") 758ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.TableLayoutPanelGrowStyle));
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (2)
472TableLayoutSettings.GrowStyle = TableLayoutPanelGrowStyle.AddColumns; 519TableLayoutSettings.GrowStyle = TableLayoutPanelGrowStyle.AddRows;
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (3)
34private TableLayoutPanelGrowStyle _growStyle; 47_growStyle = TableLayoutPanelGrowStyle.AddRows; 174public TableLayoutPanelGrowStyle GrowStyle
System\Windows\Forms\Layout\TableLayout.cs (6)
253TableLayoutPanelGrowStyle growStyle = containerInfo.GrowStyle; 254if (growStyle == TableLayoutPanelGrowStyle.FixedSize) 271else if (growStyle == TableLayoutPanelGrowStyle.AddRows) 318private static bool xAssignRowsAndColumns(ContainerInfo containerInfo, LayoutInfo[] childrenInfo, int maxColumns, int maxRows, TableLayoutPanelGrowStyle growStyle) 454if (growStyle == TableLayoutPanelGrowStyle.FixedSize) 460else if (growStyle == TableLayoutPanelGrowStyle.AddRows)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (2)
128[DefaultValue(TableLayoutPanelGrowStyle.AddRows)] 129public TableLayoutPanelGrowStyle GrowStyle
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (2)
182[DefaultValue(TableLayoutPanelGrowStyle.AddRows)] 183public TableLayoutPanelGrowStyle 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)