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