3 references to NotifyPropertyChanged
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
215((DataGridCell)d).NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.Cells); 233cell.NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.Cells);
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
432tracker.Container.NotifyPropertyChanged(d, propertyName, e, target);