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