9 references to CurrentCellProperty
PresentationFramework (9)
System\Windows\Controls\DataGrid.cs (9)
2736SetCurrentValueInternal(CurrentCellProperty, currentCell);
2803dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(newItem, currentCell.Column, dataGrid));
2846dataGrid.SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.CreatePossiblyPartialCellInfo(currentCell.Item, newColumn, dataGrid));
2860get { return (DataGridCellInfo)GetValue(CurrentCellProperty); }
2861set { SetValue(CurrentCellProperty, value); }
3012SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.Unset); // ClearValue
3016SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value));
4739SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, ColumnFromDisplayIndex(0), this));
5967SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(rowInfo, column, this));