16 references to CurrentCell
PresentationFramework (16)
System\Windows\Controls\DataGrid.cs (15)
2721
DataGridCellInfo currentCell =
CurrentCell
;
2785
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
2828
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
2976
DataGridCellInfo currentCell =
CurrentCell
;
3044
get { return LeaseItemInfo(
CurrentCell
.ItemInfo); }
3049
DataGridCellInfo currentCell =
CurrentCell
;
4723
DataGridCellInfo currentCell =
CurrentCell
;
4862
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5035
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5036
int currentCellColumnIndex =
CurrentCell
.Column.DisplayIndex;
5952
if (!ItemsControl.EqualsEx(
CurrentCell
.Item, rowInfo.Item))
7684
if (CellInfoNeedsAdjusting(
CurrentCell
))
7685
list.Add(
CurrentCell
.ItemInfo);
7704
if (CellInfoNeedsAdjusting(
CurrentCell
))
7705
list.Add(
CurrentCell
.ItemInfo);
System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
128
if (dataGridOwner.
CurrentCell
.Item != rowOwner.Item)