2 references to _OnViewChanged
PresentationFramework (2)
MS\Internal\Data\CollectionViewProxy.cs (2)
39
view.CollectionChanged += new NotifyCollectionChangedEventHandler(
_OnViewChanged
);
365
_view.CollectionChanged -= new NotifyCollectionChangedEventHandler(
_OnViewChanged
);