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