2 references to NotifyPropertyChanged
PresentationFramework (2)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
109
NotifyPropertyChanged
(this, new DependencyPropertyChangedEventArgs(DataGrid.CellStyleProperty, null, null), DataGridNotificationTarget.Cells);
363
((DataGridCellsPresenter)d).
NotifyPropertyChanged
(d, e, DataGridNotificationTarget.CellsPresenter);