1 write to onPropertyChanging
System.Data.Linq (1)
ChangeTracker.cs (1)
57
this.
onPropertyChanging
= new PropertyChangingEventHandler(this.OnPropertyChanging);
2 references to onPropertyChanging
System.Data.Linq (2)
ChangeTracker.cs (2)
167
notifier.PropertyChanging += this.
onPropertyChanging
;
178
notifier.PropertyChanging -= this.
onPropertyChanging
;