1 write to observer
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingGraph.cs (1)
55this.observer = observer;
11 references to observer
System.Data.Services.Client (11)
System\Data\Services\Client\Binding\BindingGraph.cs (11)
194this.observer.HandleUpdateEntityReference( 204this.observer.HandleAddEntity( 266this.observer.HandleDeleteEntity( 324foreach (var entity in this.graph.Select(o => BindingEntityInfo.IsEntityType(o.GetType()) && !this.observer.IsContextTrackingEntity(o))) 504notify.CollectionChanged -= this.observer.OnCollectionChanged; 505notify.CollectionChanged += this.observer.OnCollectionChanged; 518notify.PropertyChanged -= this.observer.OnPropertyChanged; 519notify.PropertyChanged += this.observer.OnPropertyChanged; 537notifyPropertyChanged.PropertyChanged -= this.observer.OnPropertyChanged; 550notifyCollectionChanged.CollectionChanged -= this.observer.OnCollectionChanged; 562oec.Observer = this.observer;