7 references to RowStyle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (2)
289
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.
RowStyle
(SizeType.Percent, 50F));
290
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.
RowStyle
(SizeType.Percent, 50F));
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
212
this.overarchingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Absolute, 20F));
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
238
settings.RowStyles.Add(new
RowStyle
(type, width));
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
190
this.nameLocationTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Percent, 50F));
191
this.nameLocationTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Percent, 50F));
279
this.okCancelTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Percent, 100F));