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