1 reference to OnCurrentColumnChanged
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
2861DependencyProperty.Register("CurrentColumn", typeof(DataGridColumn), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(OnCurrentColumnChanged)));