9 references to CurrentCellProperty
PresentationFramework (9)
src\Framework\System\Windows\Controls\DataGrid.cs (9)
2762SetCurrentValueInternal(CurrentCellProperty, currentCell); 2829dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(newItem, currentCell.Column, dataGrid)); 2872dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(currentCell.Item, newColumn, dataGrid)); 2886get { return (DataGridCellInfo)GetValue(CurrentCellProperty); } 2887set { SetValue(CurrentCellProperty, value); } 3041SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.Unset); // ClearValue 3045SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value)); 4783SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, ColumnFromDisplayIndex(0), this)); 6014SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, column, this));