46 references to CurrentCellInternal
System.Windows.Forms (46)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
1137DataGridViewCell dataGridViewCell = CurrentCellInternal; 1834&& CurrentCellInternal.Selected; 2842=> _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); 16866|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null)) 18694|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 18706CurrentCellInternal.CacheEditingControl(); 19807DataGridViewCell dataGridViewCell = CurrentCellInternal; 19897CurrentCellInternal.PositionEditingControl( 20084|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 21427dataGridViewCurrentCell = CurrentCellInternal; 21510Debug.Assert(CurrentCellInternal is not null); 21512|| IsSharedCellReadOnly(CurrentCellInternal, _ptCurrentCell.Y) 21516&& !IsSharedCellReadOnly(CurrentCellInternal, _ptCurrentCell.Y) 21886DataGridViewCell dataGridViewCell = CurrentCellInternal; 25279DataGridViewCell dataGridViewCell = CurrentCellInternal; 25297DataGridViewCell dataGridViewCurrentCell = CurrentCellInternal; 25482DataGridViewCell dataGridViewCurrentCell = CurrentCellInternal; 26816currentCell = CurrentCellInternal; 26945currentCell = CurrentCellInternal; 27010|| (EditMode != DataGridViewEditMode.EditProgrammatically && CurrentCellInternal.EditType is null))) 27028DataGridViewCell currentCell = CurrentCellInternal;