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