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