1 implementation of INotifyPropertyChanging
System.Data.Entity (1)
System\Data\Objects\DataClasses\StructuralObject.cs (1)
24public abstract class StructuralObject : INotifyPropertyChanging, INotifyPropertyChanged
6 references to INotifyPropertyChanging
System.Data.Linq (6)
ChangeTracker.cs (6)
165INotifyPropertyChanging notifier = obj as INotifyPropertyChanging; 176INotifyPropertyChanging notifier = obj as INotifyPropertyChanging; 387if (this.current is INotifyPropertyChanging) { 417if (!(this.current is INotifyPropertyChanging)) {