87 references to
System.Windows.Forms (81)
winforms\Managed\System\WinForms\DataGridView.cs (10)
2187
DataGridViewRow dataGridViewRow = (DataGridViewRow) this.Rows
[
this.ptCurrentCell.Y]; // unsharing row
2327
return this.Rows
[
this.ptCurrentCell.Y];
2909
return this.Rows
[
firstDisplayedCellAddress.Y].Cells[firstDisplayedCellAddress.X]; // unshares the row of first displayed cell
2939
if (!this.Rows
[
firstDisplayedCell.RowIndex].Frozen)
4648
DataGridViewRow dataGridViewRow = (DataGridViewRow) this.Rows
[
rowIndex]; // unshares the selected row
4718
strc.Add((DataGridViewRow) this.Rows
[
rowIndex]); // unshares the selected row
5090
DataGridViewRow row = this.Rows
[
rowIndex];
5095
DataGridViewRow row = this.Rows
[
rowIndex];
5110
DataGridViewRow row = this.Rows
[
rowIndex];
5115
DataGridViewRow row = this.Rows
[
rowIndex];
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (5)
117
return this.owner.Rows
[
actualRowIndex].AccessibilityObject;
202
return this.owner.Rows
[
hti.RowIndex].Cells[hti.ColumnIndex].AccessibilityObject;
216
return this.owner.Rows
[
hti.RowIndex].AccessibilityObject;
362
result[i] = this.owner.Rows
[
i].HeaderCell.AccessibilityObject;
398
return this.owner.Rows
[
row].Cells[column].AccessibilityObject;
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
5286
return this.owner.DataGridView.Rows
[
previousVisibleRow].Cells[this.owner.OwningColumn.Index].AccessibilityObject;
5296
return this.owner.DataGridView.Rows
[
nextVisibleRow].Cells[this.owner.OwningColumn.Index].AccessibilityObject;
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
1360
this.owner.Rows
[
rowIndex].Visible = true;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (57)
91
DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(this.Rows
[
this.newRowIndex]);
430
this.Rows
[
rowIndex].Thickness = preferredThickness; // unsharing the resized row
496
this.Rows
[
rowIndex].Height = preferredHeight; // unsharing the row to be resized
1398
dataGridViewRow = this.Rows
[
rowIndex]; // unshares this row
1434
dataGridViewRow = this.Rows
[
rowIndex]; // unshares this row
1466
dataGridViewRow = this.Rows
[
rowIndex]; // unshares this row
2333
this.Rows
[
rowIndex].ThicknessInternal = preferredThickness; // unsharing the resized row
2340
this.Rows
[
rowIndex].ThicknessInternal = preferredThickness; // unsharing the resized row
2344
this.Rows
[
rowIndex].Thickness = preferredThickness; // unsharing the resized row
5467
DataGridViewRowCancelEventArgs dgvrce = new DataGridViewRowCancelEventArgs(this.Rows
[
this.newRowIndex]);
5476
DataGridViewRow dataGridViewRow = this.Rows
[
this.newRowIndex];
5490
OnDefaultValuesNeeded(new DataGridViewRowEventArgs(this.Rows
[
this.newRowIndex]));
6366
dataGridViewRow = this.Rows
[
this.trackRow]; // Unsharing row
9854
dataGridViewCell = this.Rows
[
this.ptCurrentCell.Y].Cells[this.ptCurrentCell.X]; // unshare the edited cell
10953
DataGridViewRow newRow = this.Rows
[
this.newRowIndex];
11088
DataGridViewRow newRow = this.Rows
[
this.newRowIndex];
11773
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
11859
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
11895
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
11977
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
12206
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
12238
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
12314
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
12935
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
12969
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
13000
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
13068
DataGridViewRow dataGridViewRow = this.Rows
[
e.RowIndex];
13671
this.lstRows.Add(this.Rows
[
rowIndex]);
15150
dataGridViewRow = this.Rows
[
index];
15331
Debug.Assert(!this.Rows
[
dataGridViewCell.RowIndex].ReadOnly);
15917
DataGridViewRow newRow = this.Rows
[
this.newRowIndex];
16148
DataGridViewRow dataGridViewRow = this.Rows
[
this.ptCurrentCell.Y];
16206
DataGridViewRow dataGridViewRow = this.Rows
[
this.ptCurrentCell.Y];
16240
DataGridViewRow dataGridViewRow = this.Rows
[
this.ptCurrentCell.Y];
16489
Debug.Assert(this.Rows
[
rowIndex].Resizable == DataGridViewTriState.True);
17317
!this.Rows
[
this.ptCurrentCell.Y].Cells[this.ptCurrentCell.X].ReadOnly) // Unshares the row
18130
DataGridViewRowEventArgs dgvre = new DataGridViewRowEventArgs(this.Rows
[
this.newRowIndex]);
19175
dataGridViewRow = this.Rows
[
rowIndex];
20324
newRow = this.Rows
[
this.newRowIndex]; // unshare the 'new row'.
20488
DataGridViewRowCancelEventArgs dgvrce = new DataGridViewRowCancelEventArgs(this.Rows
[
rowIndex]);
20492
DataGridViewRow dataGridViewRow = this.Rows
[
rowIndex];
25528
dataGridViewCurrentCell = this.Rows
[
this.ptCurrentCell.Y].Cells[this.ptCurrentCell.X]; // unsharing the row before pushing the new value
25549
dataGridViewCurrentCell = this.Rows
[
this.ptCurrentCell.Y].Cells[this.ptCurrentCell.X]; // unsharing the row before pushing the new value
26658
dataGridViewRow = this.Rows
[
rowIndex]; //unsharing each row!
26909
currentCell = this.Rows
[
oldCurrentCellY].Cells[oldCurrentCellX]; // unsharing the current row
27016
currentCell = this.Rows
[
rowIndex].Cells[columnIndex]; // unsharing the row
27107
currentCell = this.Rows
[
oldCurrentCellY].Cells[oldCurrentCellX]; // unsharing the current row
27495
DataGridViewCell dataGridViewCell = this.Rows
[
rowIndex].Cells[columnIndex];
27520
dataGridViewCellTmp = this.Rows
[
row].Cells[columnIndex];
27526
dataGridViewCellTmp = this.Rows
[
row].Cells[columnIndex];
27536
dataGridViewCellTmp = this.Rows
[
rowIndex].Cells[column];
27542
dataGridViewCellTmp = this.Rows
[
rowIndex].Cells[column];
27648
DataGridViewCell dataGridViewCell = this.Rows
[
rowIndex].Cells[columnIndex];
27684
dataGridViewCellTmp = this.Rows
[
row].Cells[columnIndex];
27690
dataGridViewCellTmp = this.Rows
[
row].Cells[columnIndex];
27717
dataGridViewCellTmp = this.Rows
[
rowIndex].Cells[column];
27723
dataGridViewCellTmp = this.Rows
[
rowIndex].Cells[column];
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (5)
126
return this
[
index];
223
DataGridViewRow dataGridViewRow = this
[
rowIndex];
2337
dataGridViewRow = this
[
index]; // need to unshare row because dev is listening to OnCollectionChanged event or the row is displayed
2819
return this.dataGridViewRows
[
rowIndex]; // Unsharing compared rows!
2960
return this.owner
[
this.current];
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
648
DataGridViewRow row = this.Owner.DataGridView.Rows
[
this.Owner.DataGridView.Rows.GetFirstRow(DataGridViewElementStates.Visible)];
System.WorkflowServices (6)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (6)
167
this.parametersGrid.CurrentCell = this.parametersGrid.Rows
[
this.parametersGrid.Rows.Count - 2].Cells[this.nameColumn.Index];
224
DataGridViewCell currentCell = this.parametersGrid.Rows
[
combo.EditingControlRowIndex].Cells[this.typeColumn.Index];
372
if (typeof(void).ToString().Equals(e.FormattedValue) && !(this.parametersGrid.Rows
[
e.RowIndex].Cells[this.nameColumn.Index].Value.Equals(SR2.GetString(SR2.ReturnValueString))))
413
if (!this.parametersGrid.Rows
[
this.parametersGrid.RowCount - 1].Cells[this.nameColumn.Index].Value.Equals(this.ParameterTemplateRowName))
415
DataGridViewRow editedRow = this.parametersGrid.Rows
[
e.RowIndex];
423
DataGridViewCell currentCell = this.parametersGrid.Rows
[
e.RowIndex].Cells[e.ColumnIndex];