9 references to CurrentCellProperty
PresentationFramework (9)
System\Windows\Controls\DataGrid.cs (9)
2730SetCurrentValueInternal(CurrentCellProperty, currentCell);
2797dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(newItem, currentCell.Column, dataGrid));
2840dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(currentCell.Item, newColumn, dataGrid));
2854get { return (DataGridCellInfo)GetValue(CurrentCellProperty); }
2855set { SetValue(CurrentCellProperty, value); }
3006SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.Unset); // ClearValue
3010SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value));
4733SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, ColumnFromDisplayIndex(0), this));
5961SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, column, this));