32 references to CurrentCellAddress
System.Windows.Forms (32)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (8)
652
if (_owner.
CurrentCellAddress
.Y == e.NewIndex && _owner.IsCurrentCellInEditMode)
681
Debug.Assert(_owner.
CurrentCellAddress
.X == -1);
720
_owner.
CurrentCellAddress
.Y != _owner.NewRowIndex && // condition 5.
770
if (_owner.
CurrentCellAddress
.Y != _owner.NewRowIndex || _owner.IsCurrentRowDirty)
1216
int columnIndex = _owner.
CurrentCellAddress
.X == -1 ? _owner.FirstDisplayedColumnIndex : _owner.
CurrentCellAddress
.X;
1261
if (rowIndex == _owner.
CurrentCellAddress
.Y && columnIndex == _owner.
CurrentCellAddress
.X)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
13878
Debug.Assert(
CurrentCellAddress
== new Point(-1, -1));
18157
Debug.Assert(
CurrentCellAddress
== new Point(-1, -1));
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (5)
658
Point ptCurrentCell = DataGridView!.
CurrentCellAddress
;
892
(DataGridView.
CurrentCellAddress
.Y == rowIndex && DataGridView.
CurrentCellAddress
.X == ColumnIndex))
927
(DataGridView.
CurrentCellAddress
.Y == rowIndex && DataGridView.
CurrentCellAddress
.X == ColumnIndex))
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (5)
405
Point ptCurrentCell = DataGridView.
CurrentCellAddress
;
1487
Point ptCurrentCell = DataGridView.
CurrentCellAddress
;
2427
|| (dataGridView.AllowUserToAddRowsInternal && rowIndex > -1 && rowIndex == dataGridView.NewRowIndex && rowIndex != dataGridView.
CurrentCellAddress
.Y)
2708
Point ptCurrentCell = DataGridView.
CurrentCellAddress
;
3913
if (OwningRow.Index == DataGridView.
CurrentCellAddress
.Y)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (4)
432
Point ptCurrentCell = DataGridView.
CurrentCellAddress
;
519
Point ptCurrentCell = DataGridView.
CurrentCellAddress
;
788
Point ptCurrentCell = DataGridView.
CurrentCellAddress
;
1080
Point ptCurrentCell = DataGridView.
CurrentCellAddress
;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
1666
Point ptCurrentCell = DataGridView.
CurrentCellAddress
;
1915
Point ptCurrentCell = DataGridView.
CurrentCellAddress
;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
888
Point ptCurrentCell = DataGridView!.
CurrentCellAddress
;
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
907
Point ptCurrentCell = DataGridView!.
CurrentCellAddress
;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (2)
777
if (DataGridView.
CurrentCellAddress
.Y == rowIndex)
933
if (DataGridView.
CurrentCellAddress
.Y == rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (2)
575
Point ptCurrentCell = DataGridView.
CurrentCellAddress
;
677
Point ptCurrentCell = DataGridView!.
CurrentCellAddress
;