9 references to CurrentCellProperty
PresentationFramework (9)
System\Windows\Controls\DataGrid.cs (9)
2737SetCurrentValueInternal(CurrentCellProperty, currentCell); 2804dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(newItem, currentCell.Column, dataGrid)); 2847dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(currentCell.Item, newColumn, dataGrid)); 2861get { return (DataGridCellInfo)GetValue(CurrentCellProperty); } 2862set { SetValue(CurrentCellProperty, value); } 3013SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.Unset); // ClearValue 3017SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value)); 4740SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, ColumnFromDisplayIndex(0), this)); 5968SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, column, this));