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