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