46 references to CurrentCellInternal
System.Windows.Forms (46)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
1133DataGridViewCell dataGridViewCell = CurrentCellInternal; 1840&& CurrentCellInternal.Selected; 2849=> _ptCurrentCell.X == -1 ? null : CurrentCellInternal.GetInheritedStyleInternal(_ptCurrentCell.Y);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (43)
2582DataGridViewCell dataGridViewCell = CurrentCellInternal; 2613dataGridViewCell = CurrentCellInternal; 3090dataGridViewEditingCell = CurrentCellInternal as IDataGridViewEditingCell; 3178((IDataGridViewEditingCell)CurrentCellInternal).EditingCellValueChanged = false; 3236DataGridViewCell dataGridViewCell = CurrentCellInternal; 3306dataGridViewCurrentCell = CurrentCellInternal; 3718DataGridViewCell? dataGridViewCurrentCell = CurrentCellInternal; 3862|| (_dataGridViewState1[State1_CurrentCellInEditMode] && ((IDataGridViewEditingCell)CurrentCellInternal).EditingCellValueChanged)) == IsCurrentCellDirty 3906formattedValue = ((IDataGridViewEditingCell)CurrentCellInternal).GetEditingCellFormattedValue(context); 3944((IDataGridViewEditingCell)CurrentCellInternal).EditingCellValueChanged = false; 3978DataGridViewCell? dataGridViewCurrentCell = CurrentCellInternal; 4114|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 5212Debug.Assert(CurrentCellInternal is not null); 6169DataGridViewCell? dataGridViewCurrentCell = CurrentCellInternal; 12832|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 13088DataGridViewCell currentCell = dataGridViewCell ?? CurrentCellInternal; 14446|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 15047|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null)) 15050if (_ptCurrentCell.X > -1 && CurrentCellInternal.EditType is null && !_dataGridViewOper[OperationInMouseDown]) 15678DataGridViewCell dataGridViewCell = CurrentCellInternal; 15684CurrentCellInternal.OnKeyDownInternal(e, _ptCurrentCell.Y); 15737DataGridViewCell dataGridViewCell = CurrentCellInternal; 15743CurrentCellInternal.OnKeyPressInternal(e, _ptCurrentCell.Y); 15771DataGridViewCell dataGridViewCell = CurrentCellInternal; 15777CurrentCellInternal.OnKeyUpInternal(e, _ptCurrentCell.Y); 16860|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null)) 18688|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 18700CurrentCellInternal.CacheEditingControl(); 19798DataGridViewCell dataGridViewCell = CurrentCellInternal; 19888CurrentCellInternal.PositionEditingControl( 20075|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 21418dataGridViewCurrentCell = CurrentCellInternal; 21501Debug.Assert(CurrentCellInternal is not null); 21503|| IsSharedCellReadOnly(CurrentCellInternal, _ptCurrentCell.Y) 21507&& !IsSharedCellReadOnly(CurrentCellInternal, _ptCurrentCell.Y) 21877DataGridViewCell dataGridViewCell = CurrentCellInternal; 25270DataGridViewCell dataGridViewCell = CurrentCellInternal; 25288DataGridViewCell dataGridViewCurrentCell = CurrentCellInternal; 25473DataGridViewCell dataGridViewCurrentCell = CurrentCellInternal; 26807currentCell = CurrentCellInternal; 26936currentCell = CurrentCellInternal; 27001|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 27020DataGridViewCell currentCell = CurrentCellInternal;