38 references to NotifyCollectionChangedEventArgs
Microsoft.Maui.Controls (11)
IndicatorView\IndicatorView.cs (1)
168 OnCollectionChanged(ItemsSource, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
Internals\NotifyCollectionChangedEventArgsEx.cs (1)
13 public NotifyCollectionChangedEventArgsEx(int count, NotifyCollectionChangedAction action) : base(action)
Items\MarshalingObservableCollection.cs (1)
42 : base(NotifyCollectionChangedAction.Reset) => Items = items;
ListProxy.cs (1)
162 OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
MultiPage.cs (1)
361 OnPagesChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
ObservableWrapper.cs (1)
237 handler(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
TemplatedItemsList.cs (5)
729 OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 962 OnProxyCollectionChanged(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 970 OnProxyCollectionChanged(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 1195 OnProxyCollectionChanged(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 1374 OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
PresentationCore (2)
System\Windows\FreezableCollection.cs (1)
742args = new NotifyCollectionChangedEventArgs(action);
System\Windows\Ink\StrokeCollection.cs (1)
642args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset);
PresentationFramework (24)
MS\Internal\Annotations\AnnotationObservableCollection.cs (2)
161OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 189OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
MS\Internal\Annotations\XmlElementCollection.cs (1)
239OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
MS\Internal\Controls\InnerItemCollectionView.cs (1)
559OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
MS\Internal\Data\CompositeCollectionView.cs (4)
355OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 480args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset); 527args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset); 603args = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset);
MS\Internal\Data\DifferencingCollection.cs (1)
236OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
MS\Internal\Data\EnumerableCollectionView.cs (1)
511OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
MS\Internal\Navigation\JournalEntryStack.cs (1)
24CollectionChanged(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
217newArgs = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset);
System\Windows\Controls\GridViewColumnCollectionChangedEventArgs.cs (2)
21: base(NotifyCollectionChangedAction.Reset) // NotifyCollectionChangedEventArgs doesn't have 0 parameter constructor, so pass in an arbitrary parameter. 33: base(action)
System\Windows\Controls\ItemCollection.cs (3)
447OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 1708OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset)); 1958OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System\Windows\Controls\MultipleCopiesCollection.cs (1)
431OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System\Windows\Data\BindingListCollectionView.cs (1)
1385OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CollectionContainer.cs (1)
365OnContainedCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CollectionView.cs (1)
868OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CompositeCollection.cs (1)
503CollectionChanged(this, new NotifyCollectionChangedEventArgs(action));
System\Windows\Data\ListCollectionView.cs (1)
155OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System\Windows\Navigation\JournalEntryListConverter.cs (1)
180CollectionChanged(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
System.ObjectModel (1)
System\Collections\ObjectModel\ObservableCollection.cs (1)
319internal static readonly NotifyCollectionChangedEventArgs ResetCollectionChanged = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset);