16 references to CurrentCell
PresentationFramework (16)
System\Windows\Controls\DataGrid.cs (15)
2727
DataGridCellInfo currentCell =
CurrentCell
;
2791
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
2834
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
2982
DataGridCellInfo currentCell =
CurrentCell
;
3050
get { return LeaseItemInfo(
CurrentCell
.ItemInfo); }
3055
DataGridCellInfo currentCell =
CurrentCell
;
4729
DataGridCellInfo currentCell =
CurrentCell
;
4868
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5041
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5042
int currentCellColumnIndex =
CurrentCell
.Column.DisplayIndex;
5958
if (!ItemsControl.EqualsEx(
CurrentCell
.Item, rowInfo.Item))
7690
if (CellInfoNeedsAdjusting(
CurrentCell
))
7691
list.Add(
CurrentCell
.ItemInfo);
7710
if (CellInfoNeedsAdjusting(
CurrentCell
))
7711
list.Add(
CurrentCell
.ItemInfo);
System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
128
if (dataGridOwner.
CurrentCell
.Item != rowOwner.Item)