3 references to NotifyPropertyChanged
PresentationFramework (3)
System\Windows\Controls\DataGridCell.cs (2)
210((DataGridCell)d).NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.Cells); 228cell.NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.Cells);
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
423tracker.Container.NotifyPropertyChanged(d, propertyName, e, target);