6 references to NotifyPropertyChanged
PresentationFramework (6)
System\Windows\Controls\DataGridBoundColumn.cs (1)
97NotifyPropertyChanged("Binding");
System\Windows\Controls\DataGridColumn.cs (1)
904((DataGridColumn)d).NotifyPropertyChanged(e.Property.Name);
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
191NotifyPropertyChanged("SelectedValueBinding"); 201NotifyPropertyChanged("SelectedItemBinding"); 211NotifyPropertyChanged("TextBinding");
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
79NotifyPropertyChanged("ContentBinding");