16 references to CurrentCell
PresentationFramework (16)
System\Windows\Controls\DataGrid.cs (15)
2733
DataGridCellInfo currentCell =
CurrentCell
;
2797
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
2840
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
2988
DataGridCellInfo currentCell =
CurrentCell
;
3056
get { return LeaseItemInfo(
CurrentCell
.ItemInfo); }
3061
DataGridCellInfo currentCell =
CurrentCell
;
4735
DataGridCellInfo currentCell =
CurrentCell
;
4874
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5047
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5048
int currentCellColumnIndex =
CurrentCell
.Column.DisplayIndex;
5964
if (!ItemsControl.EqualsEx(
CurrentCell
.Item, rowInfo.Item))
7696
if (CellInfoNeedsAdjusting(
CurrentCell
))
7697
list.Add(
CurrentCell
.ItemInfo);
7716
if (CellInfoNeedsAdjusting(
CurrentCell
))
7717
list.Add(
CurrentCell
.ItemInfo);
System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
128
if (dataGridOwner.
CurrentCell
.Item != rowOwner.Item)