45 references to CurrentCellInternal
System.Windows.Forms (45)
winforms\Managed\System\WinForms\DataGridView.cs (3)
1482DataGridViewCell dataGridViewCell = this.CurrentCellInternal; 2307this.CurrentCellInternal.Selected; 3587return this.CurrentCellInternal.GetInheritedStyleInternal(this.ptCurrentCell.Y);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (42)
2619DataGridViewCell dataGridViewCell = this.CurrentCellInternal; 2650dataGridViewCell = this.CurrentCellInternal; 3122dataGridViewEditingCell = this.CurrentCellInternal as IDataGridViewEditingCell; 3224((IDataGridViewEditingCell)this.CurrentCellInternal).EditingCellValueChanged = false; 3279DataGridViewCell dataGridViewCell = this.CurrentCellInternal; 3349dataGridViewCurrentCell = this.CurrentCellInternal; 3765DataGridViewCell dataGridViewCurrentCell = this.CurrentCellInternal; 3889(this.dataGridViewState1[DATAGRIDVIEWSTATE1_currentCellInEditMode] && ((IDataGridViewEditingCell)this.CurrentCellInternal).EditingCellValueChanged) 3930formattedValue = ((IDataGridViewEditingCell)this.CurrentCellInternal).GetEditingCellFormattedValue(context); 3963((IDataGridViewEditingCell) this.CurrentCellInternal).EditingCellValueChanged = false; 3994DataGridViewCell dataGridViewCurrentCell = this.CurrentCellInternal; 4105(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null)))) 5217Debug.Assert(this.CurrentCellInternal != null); 6217DataGridViewCell dataGridViewCurrentCell = this.CurrentCellInternal; 13196(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null))) 13490DataGridViewCell currentCell = (dataGridViewCell == null) ? this.CurrentCellInternal : dataGridViewCell; 14909(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null))) 15556(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null)) 15559if (this.ptCurrentCell.X > -1 && this.CurrentCellInternal.EditType == null && !this.dataGridViewOper[DATAGRIDVIEWOPER_inMouseDown]) 16144DataGridViewCell dataGridViewCell = this.CurrentCellInternal; 16149this.CurrentCellInternal.OnKeyDownInternal(e, this.ptCurrentCell.Y); 16202DataGridViewCell dataGridViewCell = this.CurrentCellInternal; 16207this.CurrentCellInternal.OnKeyPressInternal(e, this.ptCurrentCell.Y); 16236DataGridViewCell dataGridViewCell = this.CurrentCellInternal; 16241this.CurrentCellInternal.OnKeyUpInternal(e, this.ptCurrentCell.Y); 17316(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null)) && 19224(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null))) 19236this.CurrentCellInternal.CacheEditingControl(); 20421this.CurrentCellInternal.PositionEditingControl( 20615(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null))) 21869dataGridViewCurrentCell = this.CurrentCellInternal; 21956Debug.Assert(this.CurrentCellInternal != null); 21958(IsSharedCellReadOnly(this.CurrentCellInternal, this.ptCurrentCell.Y) || !ColumnEditable(this.ptCurrentCell.X))); 21960!IsSharedCellReadOnly(this.CurrentCellInternal, this.ptCurrentCell.Y) && 22310DataGridViewCell dataGridViewCell = this.CurrentCellInternal; 25442DataGridViewCell dataGridViewCell = this.CurrentCellInternal; 25461DataGridViewCell dataGridViewCurrentCell = this.CurrentCellInternal; 25640DataGridViewCell dataGridViewCurrentCell = this.CurrentCellInternal; 26890currentCell = this.CurrentCellInternal; 27013currentCell = this.CurrentCellInternal; 27070(this.EditMode != DataGridViewEditMode.EditProgrammatically && this.CurrentCellInternal.EditType == null)))) 27088DataGridViewCell currentCell = this.CurrentCellInternal;