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