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