46 references to CurrentCellInternal
System.Windows.Forms (46)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
1133DataGridViewCell dataGridViewCell = CurrentCellInternal; 1841&& CurrentCellInternal.Selected; 2850=> _ptCurrentCell.X == -1 ? null : CurrentCellInternal.GetInheritedStyleInternal(_ptCurrentCell.Y);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (43)
2582DataGridViewCell dataGridViewCell = CurrentCellInternal; 2613dataGridViewCell = CurrentCellInternal; 3093dataGridViewEditingCell = CurrentCellInternal as IDataGridViewEditingCell; 3181((IDataGridViewEditingCell)CurrentCellInternal).EditingCellValueChanged = false; 3239DataGridViewCell dataGridViewCell = CurrentCellInternal; 3309dataGridViewCurrentCell = CurrentCellInternal; 3721DataGridViewCell? dataGridViewCurrentCell = CurrentCellInternal; 3865|| (_dataGridViewState1[State1_CurrentCellInEditMode] && ((IDataGridViewEditingCell)CurrentCellInternal).EditingCellValueChanged)) == IsCurrentCellDirty 3909formattedValue = ((IDataGridViewEditingCell)CurrentCellInternal).GetEditingCellFormattedValue(context); 3947((IDataGridViewEditingCell)CurrentCellInternal).EditingCellValueChanged = false; 3981DataGridViewCell? dataGridViewCurrentCell = CurrentCellInternal; 4117|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 5215Debug.Assert(CurrentCellInternal is not null); 6172DataGridViewCell? dataGridViewCurrentCell = CurrentCellInternal; 12835|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 13091DataGridViewCell currentCell = dataGridViewCell ?? CurrentCellInternal; 14449|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 15050|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null)) 15053if (_ptCurrentCell.X > -1 && CurrentCellInternal.EditType is null && !_dataGridViewOper[OperationInMouseDown]) 15681DataGridViewCell dataGridViewCell = CurrentCellInternal; 15687CurrentCellInternal.OnKeyDownInternal(e, _ptCurrentCell.Y); 15740DataGridViewCell dataGridViewCell = CurrentCellInternal; 15746CurrentCellInternal.OnKeyPressInternal(e, _ptCurrentCell.Y); 15774DataGridViewCell dataGridViewCell = CurrentCellInternal; 15780CurrentCellInternal.OnKeyUpInternal(e, _ptCurrentCell.Y); 16863|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null)) 18691|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 18703CurrentCellInternal.CacheEditingControl(); 19801DataGridViewCell dataGridViewCell = CurrentCellInternal; 19891CurrentCellInternal.PositionEditingControl( 20078|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 21421dataGridViewCurrentCell = CurrentCellInternal; 21504Debug.Assert(CurrentCellInternal is not null); 21506|| IsSharedCellReadOnly(CurrentCellInternal, _ptCurrentCell.Y) 21510&& !IsSharedCellReadOnly(CurrentCellInternal, _ptCurrentCell.Y) 21880DataGridViewCell dataGridViewCell = CurrentCellInternal; 25273DataGridViewCell dataGridViewCell = CurrentCellInternal; 25291DataGridViewCell dataGridViewCurrentCell = CurrentCellInternal; 25476DataGridViewCell dataGridViewCurrentCell = CurrentCellInternal; 26810currentCell = CurrentCellInternal; 26939currentCell = CurrentCellInternal; 27004|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 27023DataGridViewCell currentCell = CurrentCellInternal;