1 reference to OnCurrentCellChanged
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
2889DependencyProperty.Register("CurrentCell", typeof(DataGridCellInfo), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridCellInfo.Unset, new PropertyChangedCallback(OnCurrentCellChanged)));