91 references to
PresentationUI (6)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (6)
147
UpdateAllowOwner(Rows
[
rowIndex]);
154
UpdateRowFromEveryone(Rows
[
_everyoneRowIndex], Rows
[
rowIndex]);
503
DataGridViewDisableCheckBoxCell cell = Rows
[
e.RowIndex].Cells[e.ColumnIndex] as DataGridViewDisableCheckBoxCell;
626
DataGridViewRow currentRow = Rows
[
rowIndex];
786
everyoneRow = Rows
[
_everyoneRowIndex];
System.Windows.Forms (85)
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (5)
83
return owner.Rows
[
actualRowIndex].AccessibilityObject;
166
return owner.Rows
[
hti.RowIndex].Cells[hti.ColumnIndex].AccessibilityObject;
179
return owner.Rows
[
hti.RowIndex].HeaderCell.AccessibilityObject;
281
result[i] = owner.Rows
[
rowIndex].HeaderCell.AccessibilityObject;
323
return owner.Rows
[
row].Cells[column].AccessibilityObject;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (10)
1720
DataGridViewRow dataGridViewRow = Rows
[
_ptCurrentCell.Y]; // un-sharing row
1862
return Rows
[
_ptCurrentCell.Y];
2293
return Rows
[
firstDisplayedCellAddress.Y].Cells[firstDisplayedCellAddress.X]; // un-shares the row of first displayed cell
2325
if (!Rows
[
firstDisplayedCell.RowIndex].Frozen)
3671
DataGridViewRow dataGridViewRow = Rows
[
rowIndex]; // un-shares the selected row
3733
strc.Add(Rows
[
rowIndex]); // un-shares the selected row
4018
DataGridViewRow row = Rows
[
rowIndex];
4023
DataGridViewRow row = Rows
[
rowIndex];
4034
DataGridViewRow row = Rows
[
rowIndex];
4039
DataGridViewRow row = Rows
[
rowIndex];
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (1)
1258
_owner.Rows
[
rowIndex].Visible = true;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (58)
124
DataGridViewRowEventArgs dgvRowEvent = new(Rows
[
NewRowIndex]);
463
Rows
[
rowIndex].Thickness = preferredThickness; // un-sharing the resized row
527
Rows
[
rowIndex].Height = preferredHeight; // un-sharing the row to be resized
1454
dataGridViewRow = Rows
[
rowIndex]; // un-shares this row
1493
dataGridViewRow = Rows
[
rowIndex]; // un-shares this row
1528
dataGridViewRow = Rows
[
rowIndex]; // un-shares this row
2358
Rows
[
rowIndex].ThicknessInternal = preferredThickness; // un-sharing the resized row
2365
Rows
[
rowIndex].ThicknessInternal = preferredThickness; // un-sharing the resized row
2369
Rows
[
rowIndex].Thickness = preferredThickness; // un-sharing the resized row
5511
DataGridViewRowCancelEventArgs dgvrce = new(Rows
[
NewRowIndex]);
5520
DataGridViewRow dataGridViewRow = Rows
[
NewRowIndex];
5535
OnDefaultValuesNeeded(new DataGridViewRowEventArgs(Rows
[
NewRowIndex]));
6394
dataGridViewRow = Rows
[
_trackRow]; // Un-sharing row
9753
dataGridViewCell = Rows
[
_ptCurrentCell.Y].Cells[_ptCurrentCell.X]; // un-share the edited cell
10856
_ = Rows
[
NewRowIndex];
11001
_ = Rows
[
NewRowIndex];
11609
_ = Rows
[
e.RowIndex];
11693
_ = Rows
[
e.RowIndex];
11718
_ = Rows
[
e.RowIndex];
11763
_ = Rows
[
e.RowIndex];
11910
_ = Rows
[
e.RowIndex];
11931
_ = Rows
[
e.RowIndex];
11995
_ = Rows
[
e.RowIndex];
12676
_ = Rows
[
e.RowIndex];
12699
_ = Rows
[
e.RowIndex];
12719
_ = Rows
[
e.RowIndex];
12777
_ = Rows
[
e.RowIndex];
13275
_lstRows.Add(Rows
[
rowIndex]);
14723
dataGridViewRow = Rows
[
index];
14909
Debug.Assert(!Rows
[
dataGridViewCell.RowIndex].ReadOnly);
15497
_ = Rows
[
NewRowIndex];
15748
_ = Rows
[
_ptCurrentCell.Y];
15807
_ = Rows
[
_ptCurrentCell.Y];
15841
_ = Rows
[
_ptCurrentCell.Y];
16123
Debug.Assert(Rows
[
rowIndex].Resizable == DataGridViewTriState.True);
16926
&& !Rows
[
_ptCurrentCell.Y].Cells[_ptCurrentCell.X].ReadOnly) // Un-shares the row
17306
foreach (DataGridViewCell cell in Rows
[
rowIndexDeleted].Cells)
17733
DataGridViewRowEventArgs dgvre = new(Rows
[
NewRowIndex]);
18707
dataGridViewRow = Rows
[
rowIndex];
19840
newRow = Rows
[
NewRowIndex]; // un-share the 'new row'.
20017
DataGridViewRowCancelEventArgs dgvrce = new(Rows
[
rowIndex]);
20021
DataGridViewRow dataGridViewRow = Rows
[
rowIndex];
25436
dataGridViewCurrentCell = Rows
[
_ptCurrentCell.Y].Cells[_ptCurrentCell.X];
25461
dataGridViewCurrentCell = Rows
[
_ptCurrentCell.Y].Cells[_ptCurrentCell.X];
26630
_ = Rows
[
rowIndex];
26902
currentCell = Rows
[
oldCurrentCellY].Cells[oldCurrentCellX];
27013
currentCell = Rows
[
rowIndex].Cells[columnIndex];
27115
currentCell = Rows
[
oldCurrentCellY].Cells[oldCurrentCellX];
27548
DataGridViewCell dataGridViewCell = Rows
[
rowIndex].Cells[columnIndex];
27572
dataGridViewCellTmp = Rows
[
row].Cells[columnIndex];
27579
dataGridViewCellTmp = Rows
[
row].Cells[columnIndex];
27590
dataGridViewCellTmp = Rows
[
rowIndex].Cells[column];
27597
dataGridViewCellTmp = Rows
[
rowIndex].Cells[column];
27698
DataGridViewCell dataGridViewCell = Rows
[
rowIndex].Cells[columnIndex];
27735
dataGridViewCellTmp = Rows
[
row].Cells[columnIndex];
27742
dataGridViewCellTmp = Rows
[
row].Cells[columnIndex];
27770
dataGridViewCellTmp = Rows
[
rowIndex].Cells[column];
27777
dataGridViewCellTmp = Rows
[
rowIndex].Cells[column];
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
313
|| string.IsNullOrEmpty(DataGridView.Rows
[
i].Cells[j].Value?.ToString()))
318
_nonEmptyNeighbors.Add(DataGridView.Rows
[
i].Cells[j].AccessibilityObject.Bounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (2)
475
return _owner.DataGridView.Rows
[
previousVisibleRow].Cells[_owner.OwningColumn.Index].AccessibilityObject;
486
return _owner.DataGridView.Rows
[
nextVisibleRow].Cells[_owner.OwningColumn.Index].AccessibilityObject;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (4)
59
get => this
[
index];
103
_ = this
[
rowIndex];
2179
if (DataGridView.IsAccessibilityObjectCreated && OsVersion.IsWindows8OrGreater() && this
[
index] is DataGridViewRow row)
2219
_ = this
[
index]; // need to un-share row because dev is listening to OnCollectionChanged event or the row is displayed
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.RowComparer.cs (1)
59
return _dataGridViewRows
[
rowIndex]; // Un-sharing compared rows!
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.UnsharingRowEnumerator.cs (1)
66
return _owner
[
_current];
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject.cs (1)
213
DataGridViewRow row = Owner.DataGridView.Rows
[
Owner.DataGridView.Rows.GetFirstRow(DataGridViewElementStates.Visible)];