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