38 references to RowStyle
PresentationUI (7)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
555
this._documentTable.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Absolute, 20F));
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
108
this._userInputtableLayoutPanel.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Percent, 50F));
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (2)
160
this._tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Absolute, 10F));
162
this._tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Absolute, 10F));
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (3)
59
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Absolute, 20F));
93
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Percent, 50F));
94
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.
RowStyle
(System.Windows.Forms.SizeType.Percent, 50F));
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
245
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 20F));
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (1)
240
settings.RowStyles.Add(new
RowStyle
(type, width));
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (2)
67
_tableLayoutPanel.RowStyles.Add(
new
(SizeType.Percent, 50F));
68
_tableLayoutPanel.RowStyles.Add(
new
(SizeType.Percent, 50F));
System.Windows.Forms.Design (27)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (2)
264
_okSaveTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 50F));
274
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 100F));
System\ComponentModel\Design\ByteViewer.cs (1)
66
RowStyles.Add(new
RowStyle
(SizeType.Percent, 100F));
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (9)
314
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 22F));
315
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 16F));
316
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 91F));
317
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 12F));
318
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 22F));
320
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 4F));
322
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 4F));
324
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 27F));
370
_okCancelTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 50F));
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
233
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 100F));
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (2)
546
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 50F));
558
_addRemoveTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 50F));
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
256
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 50F));
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (3)
145
_outerPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 20F));
146
_outerPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 24F));
184
_innerPanel.RowStyles.Add(new
RowStyle
(SizeType.Absolute, 20F));
System\Windows\Forms\Design\StyleEditorForm.cs (4)
273
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 50F));
382
_sizeTypeTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 33.3F));
383
_sizeTypeTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 33.3F));
384
_sizeTypeTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 33.3F));
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
931
Table.RowStyles.Add(new
RowStyle
(SizeType.Absolute, DesignerUtils.s_minimumStyleSize));
1667
Table.RowStyles.Insert(index, new
RowStyle
(SizeType.Absolute, DesignerUtils.s_minimumStyleSize));
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
231
_tableLayoutPanel.RowStyles.Add(
new
(SizeType.Percent, 100F));
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
312
_overarchingTableLayoutPanel.RowStyles.Add(new
RowStyle
(SizeType.Percent, 100F));