6 references to NotifyPropertyChanged
PresentationFramework (6)
System\Windows\Controls\DataGridBoundColumn.cs (1)
91
NotifyPropertyChanged
(nameof(Binding));
System\Windows\Controls\DataGridColumn.cs (1)
895
((DataGridColumn)d).
NotifyPropertyChanged
(e.Property.Name);
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
187
NotifyPropertyChanged
(nameof(SelectedValueBinding));
197
NotifyPropertyChanged
(nameof(SelectedItemBinding));
207
NotifyPropertyChanged
(nameof(TextBinding));
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
73
NotifyPropertyChanged
(nameof(ContentBinding));