6 references to NotifyPropertyChanged
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGridBoundColumn.cs (1)
98NotifyPropertyChanged("Binding");
src\Framework\System\Windows\Controls\DataGridColumn.cs (1)
911((DataGridColumn)d).NotifyPropertyChanged(e.Property.Name);
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (3)
192NotifyPropertyChanged("SelectedValueBinding"); 202NotifyPropertyChanged("SelectedItemBinding"); 212NotifyPropertyChanged("TextBinding");
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
80NotifyPropertyChanged("ContentBinding");