4 references to CollectionChanged
System.Data.Entity (4)
System\Data\Objects\ObjectViewListener.cs (4)
58
cache.EntityDeleted +=
CollectionChanged
;
62
((RelatedEnd)_dataSource).AssociationChangedForObjectView +=
CollectionChanged
;
71
cache.EntityDeleted -=
CollectionChanged
;
75
((RelatedEnd)_dataSource).AssociationChangedForObjectView -=
CollectionChanged
;