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