2 references to OnCollectionChanged
PresentationFramework (2)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
446
typedSource.InternalCollectionChanged += new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);
455
typedSource.InternalCollectionChanged -= new NotifyCollectionChangedEventHandler(
OnCollectionChanged
);