73 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)
742
args = new
NotifyCollectionChangedEventArgs
(action);
System\Windows\Ink\StrokeCollection.cs (1)
642
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
PresentationFramework (24)
MS\Internal\Annotations\AnnotationObservableCollection.cs (2)
161
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
189
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
MS\Internal\Annotations\XmlElementCollection.cs (1)
239
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
MS\Internal\Controls\InnerItemCollectionView.cs (1)
559
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
MS\Internal\Data\CompositeCollectionView.cs (4)
355
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
480
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
527
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
603
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
MS\Internal\Data\DifferencingCollection.cs (1)
236
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
MS\Internal\Data\EnumerableCollectionView.cs (1)
511
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
MS\Internal\Navigation\JournalEntryStack.cs (1)
24
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
226
newArgs = 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)
447
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
1708
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
1958
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Controls\MultipleCopiesCollection.cs (1)
431
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\BindingListCollectionView.cs (1)
1385
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CollectionContainer.cs (1)
365
OnContainedCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CollectionView.cs (1)
868
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CompositeCollection.cs (1)
503
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(action));
System\Windows\Data\ListCollectionView.cs (1)
155
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Navigation\JournalEntryListConverter.cs (1)
180
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System.ObjectModel (1)
System\Collections\ObjectModel\ObservableCollection.cs (1)
319
internal static readonly NotifyCollectionChangedEventArgs ResetCollectionChanged = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
WindowsBase.Tests (35)
System\Collections\Specialized\CollectionChangedEventManagerTests.cs (34)
13
yield return new object?[] { new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset) };
112
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
116
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
123
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
127
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
134
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
138
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
145
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
149
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
184
yield return new object?[] { new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset) };
294
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
298
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
305
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
309
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
316
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
320
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
327
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
331
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
363
source.OnCollectionChanged(source, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
368
source.OnCollectionChanged(source, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
399
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
401
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
406
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
408
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
428
source.OnCollectionChanged(source, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
434
source.OnCollectionChanged(source, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
462
source.OnCollectionChanged(source, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
467
source.OnCollectionChanged(source, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
487
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
489
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
494
source1.OnCollectionChanged(source1, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
496
source2.OnCollectionChanged(source2, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
522
source.OnCollectionChanged(source, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
528
source.OnCollectionChanged(source, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\ComponentModel\CurrentChangedEventManagerTests.cs (1)
197
yield return new object?[] { new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset) };