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