1 reference to OnNotifyDataGridAndRowPropertyChanged
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
1073
DependencyProperty.Register("AlternatingRowBackground", typeof(Brush), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(
OnNotifyDataGridAndRowPropertyChanged
)));