16 references to CurrentCell
PresentationFramework (16)
System\Windows\Controls\DataGrid.cs (15)
2754
DataGridCellInfo currentCell =
CurrentCell
;
2818
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
2861
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
3012
DataGridCellInfo currentCell =
CurrentCell
;
3080
get { return LeaseItemInfo(
CurrentCell
.ItemInfo); }
3085
DataGridCellInfo currentCell =
CurrentCell
;
4774
DataGridCellInfo currentCell =
CurrentCell
;
4913
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5089
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5090
int currentCellColumnIndex =
CurrentCell
.Column.DisplayIndex;
6006
if (!ItemsControl.EqualsEx(
CurrentCell
.Item, rowInfo.Item))
7743
if (CellInfoNeedsAdjusting(
CurrentCell
))
7744
list.Add(
CurrentCell
.ItemInfo);
7763
if (CellInfoNeedsAdjusting(
CurrentCell
))
7764
list.Add(
CurrentCell
.ItemInfo);
System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
133
if (dataGridOwner.
CurrentCell
.Item != rowOwner.Item)