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