30 references to NotifyCollectionChangedEventHandler
netstandard (1)
netstandard.cs (1)
165[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
PresentationCore (4)
System\Windows\FreezableCollection.cs (2)
562event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged 580private event NotifyCollectionChangedEventHandler CollectionChanged;
System\Windows\Ink\StrokeCollection.cs (2)
616event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged 845private NotifyCollectionChangedEventHandler _collectionChanged;
PresentationFramework (16)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
38public event NotifyCollectionChangedEventHandler CollectionChanged;
MS\Internal\Navigation\JournalEntryStack.cs (2)
55public event NotifyCollectionChangedEventHandler CollectionChanged; 188public event NotifyCollectionChangedEventHandler CollectionChanged;
System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
201public event NotifyCollectionChangedEventHandler CollectionChanged;
System\Windows\Controls\GridViewColumnCollection.cs (2)
132internal event NotifyCollectionChangedEventHandler InternalCollectionChanged 477private event NotifyCollectionChangedEventHandler _internalCollectionChanged;
System\Windows\Controls\MultipleCopiesCollection.cs (1)
420public event NotifyCollectionChangedEventHandler CollectionChanged;
System\Windows\Data\CollectionContainer.cs (2)
255event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged 264protected virtual event NotifyCollectionChangedEventHandler CollectionChanged;
System\Windows\Data\CollectionView.cs (2)
775protected virtual event NotifyCollectionChangedEventHandler CollectionChanged; 780event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged
System\Windows\Data\CompositeCollection.cs (3)
401event NotifyCollectionChangedEventHandler INotifyCollectionChanged.CollectionChanged 416protected event NotifyCollectionChangedEventHandler CollectionChanged; 448internal event NotifyCollectionChangedEventHandler ContainedCollectionChanged;
System\Windows\Documents\DocumentReferenceCollection.cs (1)
128public event NotifyCollectionChangedEventHandler CollectionChanged;
System\Windows\Navigation\JournalEntryListConverter.cs (1)
194public event NotifyCollectionChangedEventHandler CollectionChanged;
System (1)
src\libraries\shims\System\ref\System.cs (1)
154[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
System.ObjectModel (6)
System\Collections\ObjectModel\ObservableCollection.cs (3)
84public virtual event NotifyCollectionChangedEventHandler? CollectionChanged; 185NotifyCollectionChangedEventHandler? handler = CollectionChanged; 231NotifyCollectionChangedEventHandler? handler = CollectionChanged;
System\Collections\ObjectModel\ReadOnlyObservableCollection.cs (2)
39event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged 52protected virtual event NotifyCollectionChangedEventHandler? CollectionChanged;
System\Collections\Specialized\INotifyCollectionChanged.cs (1)
20event NotifyCollectionChangedEventHandler? CollectionChanged;
System.Windows (1)
System.Windows.cs (1)
9[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
WindowsBase (1)
WindowsBase.cs (1)
9[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]