1 reference to OnSelectionUnitChanged
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
4507DependencyProperty.Register("SelectionUnit", typeof(DataGridSelectionUnit), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridSelectionUnit.FullRow, new PropertyChangedCallback(OnSelectionUnitChanged)));