2 references to OnNotifyRowPropertyChanged
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
924
DependencyProperty.Register("RowValidationErrorTemplate", typeof(ControlTemplate), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(
OnNotifyRowPropertyChanged
)));
1049
DependencyProperty.Register("RowBackground", typeof(Brush), typeof(DataGrid), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(
OnNotifyRowPropertyChanged
)));