30 references to RowStyle
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
126this._wizardButtonsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
System.Windows.Forms (29)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
136this.okCancelTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
210this.overarchingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 211this.overarchingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 232this.buttonTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
winforms\Managed\System\WinForms\StatusStrip.cs (2)
489TableLayoutSettings.RowStyles.Add(new RowStyle()); 515this.TableLayoutSettings.RowStyles.Add(new RowStyle());
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (9)
230this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 231this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 232this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 233this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 234this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 235this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 236this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 237this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 238this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (14)
195this.tableLayoutPanelOuter.RowStyles.Add(new System.Windows.Forms.RowStyle()); 196this.tableLayoutPanelOuter.RowStyles.Add(new System.Windows.Forms.RowStyle()); 197this.tableLayoutPanelOuter.RowStyles.Add(new System.Windows.Forms.RowStyle()); 198this.tableLayoutPanelOuter.RowStyles.Add(new System.Windows.Forms.RowStyle()); 199this.tableLayoutPanelOuter.RowStyles.Add(new System.Windows.Forms.RowStyle()); 211this.warningTextTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 237this.tableLayoutPanelQuestion.RowStyles.Add(new System.Windows.Forms.RowStyle()); 261this.tableLayoutPanelButtons.RowStyles.Add(new System.Windows.Forms.RowStyle()); 295this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 296this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 297this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 298this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 299this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 300this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());