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