9 references to CurrentCellProperty
PresentationFramework (9)
System\Windows\Controls\DataGrid.cs (9)
2757SetCurrentValueInternal(CurrentCellProperty, currentCell);
2824dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(newItem, currentCell.Column, dataGrid));
2867dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(currentCell.Item, newColumn, dataGrid));
2881get { return (DataGridCellInfo)GetValue(CurrentCellProperty); }
2882set { SetValue(CurrentCellProperty, value); }
3036SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.Unset); // ClearValue
3040SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value));
4778SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, ColumnFromDisplayIndex(0), this));
6009SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, column, this));