6 references to NotifyPropertyChanged
PresentationFramework (6)
System\Windows\Controls\DataGridBoundColumn.cs (1)
90
NotifyPropertyChanged
(nameof(Binding));
System\Windows\Controls\DataGridColumn.cs (1)
894
((DataGridColumn)d).
NotifyPropertyChanged
(e.Property.Name);
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
186
NotifyPropertyChanged
(nameof(SelectedValueBinding));
196
NotifyPropertyChanged
(nameof(SelectedItemBinding));
206
NotifyPropertyChanged
(nameof(TextBinding));
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
72
NotifyPropertyChanged
(nameof(ContentBinding));