2 references to OnCollectionChanged
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
453
typedSource.InternalCollectionChanged += new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);
462
typedSource.InternalCollectionChanged -= new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);