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