26 writes to RowCount
PresentationUI (16)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
130
this.tableLayoutPanel3.
RowCount
= 2;
192
this.tableLayoutPanel1.
RowCount
= 14;
441
this.tableLayoutPanel2.
RowCount
= 3;
463
this.tableLayoutPanel4.
RowCount
= 3;
549
this._documentTable.
RowCount
= 5;
668
this._fileTable.
RowCount
= 3;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (2)
65
this._mainDialogTableLayoutPanel.
RowCount
= 3;
107
this._userInputtableLayoutPanel.
RowCount
= 1;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (2)
109
_userInputTableLayoutPanel.
RowCount
= 8;
207
_mainDialogTableLayoutPanel.
RowCount
= 2;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
159
this._tableLayoutPanel1.
RowCount
= 4;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (2)
56
this.tableLayoutPanel1.
RowCount
= 3;
92
this.tableLayoutPanel2.
RowCount
= 2;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
194
_mainLayoutTable.
RowCount
= 3;
MS\Internal\Documents\SigningDialog.Designer.cs (2)
85
_signatureControlInputLayoutTable.
RowCount
= 9;
246
_mainLayoutTable.
RowCount
= 3;
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (3)
189
RowCount
= 1,
212
RowCount
= 1,
234
RowCount
= 2,
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
130
_okCancelTableLayoutPanel.
RowCount
= 1;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
62
RowCount
= 2,
System.Windows.Forms.Design (5)
System\ComponentModel\Design\ByteViewer.cs (1)
65
RowCount
= 1;
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
94
_okCancelTableLayoutPanel.
RowCount
= 1;
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (2)
144
_outerPanel.
RowCount
= 2;
183
_innerPanel.
RowCount
= 2;
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
70
Table.
RowCount
= value;
10 references to RowCount
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (10)
61
get => Table.
RowCount
;
281
bool rowState = Table.
RowCount
> 1;
419
if (_owner.Table.
RowCount
> 1)
472
newControlPosition.Y = Table.
RowCount
- 1;
1609
if ((isRow ? Table.
RowCount
: Table.ColumnCount) < 2)
1635
InsertRowCol(isRow, isRow ? Table.
RowCount
: Table.ColumnCount);
1670
rowProp.SetValue(Table, Table.
RowCount
+ 1);
1831
rowProp.SetValue(Table, Table.
RowCount
- 1);
1854
if ((isRow ? Table.
RowCount
: Table.ColumnCount) < 2)
1916
private void OnRemove(bool isRow) => OnRemoveInternal(isRow, isRow ? Table.
RowCount
- 1 : Table.ColumnCount - 1);