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)
562
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
580
private event
NotifyCollectionChangedEventHandler
CollectionChanged;
System\Windows\Ink\StrokeCollection.cs (2)
616
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
845
private
NotifyCollectionChangedEventHandler
_collectionChanged;
PresentationFramework (16)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
38
public event
NotifyCollectionChangedEventHandler
CollectionChanged;
MS\Internal\Navigation\JournalEntryStack.cs (2)
55
public event
NotifyCollectionChangedEventHandler
CollectionChanged;
188
public event
NotifyCollectionChangedEventHandler
CollectionChanged;
System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
201
public event
NotifyCollectionChangedEventHandler
CollectionChanged;
System\Windows\Controls\GridViewColumnCollection.cs (2)
132
internal event
NotifyCollectionChangedEventHandler
InternalCollectionChanged
477
private event
NotifyCollectionChangedEventHandler
_internalCollectionChanged;
System\Windows\Controls\MultipleCopiesCollection.cs (1)
420
public event
NotifyCollectionChangedEventHandler
CollectionChanged;
System\Windows\Data\CollectionContainer.cs (2)
255
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
264
protected virtual event
NotifyCollectionChangedEventHandler
CollectionChanged;
System\Windows\Data\CollectionView.cs (2)
775
protected virtual event
NotifyCollectionChangedEventHandler
CollectionChanged;
780
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
System\Windows\Data\CompositeCollection.cs (3)
401
event
NotifyCollectionChangedEventHandler
INotifyCollectionChanged.CollectionChanged
416
protected event
NotifyCollectionChangedEventHandler
CollectionChanged;
448
internal event
NotifyCollectionChangedEventHandler
ContainedCollectionChanged;
System\Windows\Documents\DocumentReferenceCollection.cs (1)
128
public event
NotifyCollectionChangedEventHandler
CollectionChanged;
System\Windows\Navigation\JournalEntryListConverter.cs (1)
194
public 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)
84
public virtual event
NotifyCollectionChangedEventHandler
? CollectionChanged;
185
NotifyCollectionChangedEventHandler
? handler = CollectionChanged;
231
NotifyCollectionChangedEventHandler
? handler = CollectionChanged;
System\Collections\ObjectModel\ReadOnlyObservableCollection.cs (2)
39
event
NotifyCollectionChangedEventHandler
? INotifyCollectionChanged.CollectionChanged
52
protected virtual event
NotifyCollectionChangedEventHandler
? CollectionChanged;
System\Collections\Specialized\INotifyCollectionChanged.cs (1)
20
event
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
))]