16 references to CurrentCell
PresentationFramework (16)
System\Windows\Controls\DataGrid.cs (15)
2734
DataGridCellInfo currentCell =
CurrentCell
;
2798
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
2841
DataGridCellInfo currentCell = dataGrid.
CurrentCell
;
2989
DataGridCellInfo currentCell =
CurrentCell
;
3057
get { return LeaseItemInfo(
CurrentCell
.ItemInfo); }
3062
DataGridCellInfo currentCell =
CurrentCell
;
4736
DataGridCellInfo currentCell =
CurrentCell
;
4875
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5048
int currentCellIndex =
CurrentCell
.ItemInfo.Index;
5049
int currentCellColumnIndex =
CurrentCell
.Column.DisplayIndex;
5965
if (!ItemsControl.EqualsEx(
CurrentCell
.Item, rowInfo.Item))
7697
if (CellInfoNeedsAdjusting(
CurrentCell
))
7698
list.Add(
CurrentCell
.ItemInfo);
7717
if (CellInfoNeedsAdjusting(
CurrentCell
))
7718
list.Add(
CurrentCell
.ItemInfo);
System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
129
if (dataGridOwner.
CurrentCell
.Item != rowOwner.Item)