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