16 references to CurrentCell
PresentationFramework (16)
System\Windows\Controls\DataGrid.cs (15)
2751
DataGridCellInfo currentCell =
CurrentCell
;
2815
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
2858
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
3009
DataGridCellInfo currentCell =
CurrentCell
;
3077
get { return LeaseItemInfo(
CurrentCell
.ItemInfo); }
3082
DataGridCellInfo currentCell =
CurrentCell
;
4771
DataGridCellInfo currentCell =
CurrentCell
;
4910
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5086
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5087
int currentCellColumnIndex =
CurrentCell
.Column.DisplayIndex;
6003
if (!ItemsControl.EqualsEx(
CurrentCell
.Item, rowInfo.Item))
7740
if (CellInfoNeedsAdjusting(
CurrentCell
))
7741
list.Add(
CurrentCell
.ItemInfo);
7760
if (CellInfoNeedsAdjusting(
CurrentCell
))
7761
list.Add(
CurrentCell
.ItemInfo);
System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
129
if (dataGridOwner.
CurrentCell
.Item != rowOwner.Item)