2 references to OnColumnCollectionChanged
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
48
((INotifyCollectionChanged)_owner.Columns).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnColumnCollectionChanged
);
121
((INotifyCollectionChanged)_owner.Columns).CollectionChanged -= new NotifyCollectionChangedEventHandler(
OnColumnCollectionChanged
);