3 references to OnPropertyChanged
System.Data.Services.Client (3)
System\Data\Services\Client\Binding\BindingGraph.cs (3)
518
notify.PropertyChanged -= this.observer.
OnPropertyChanged
;
519
notify.PropertyChanged += this.observer.
OnPropertyChanged
;
537
notifyPropertyChanged.PropertyChanged -= this.observer.
OnPropertyChanged
;