2 references to OnCollectionChanged
WindowsBase (2)
Base\System\Collections\Specialized\CollectionChangedEventManager.cs (2)
112
typedSource.CollectionChanged += new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);
121
typedSource.CollectionChanged -= new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);