9 references to CurrentCellProperty
PresentationFramework (9)
System\Windows\Controls\DataGrid.cs (9)
2724SetCurrentValueInternal(CurrentCellProperty, currentCell);
2791dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(newItem, currentCell.Column, dataGrid));
2834dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(currentCell.Item, newColumn, dataGrid));
2848get { return (DataGridCellInfo)GetValue(CurrentCellProperty); }
2849set { SetValue(CurrentCellProperty, value); }
3000SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.Unset); // ClearValue
3004SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value));
4727SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, ColumnFromDisplayIndex(0), this));
5955SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, column, this));