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