77 references to NotifyCollectionChangedEventArgs
Microsoft.Maui.Controls (13)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
85
OnPagesChanged(null, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
Handlers\Items\iOS\ObservableItemsSource.cs (1)
163
var args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
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));
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\ObservableItemsSource.cs (1)
136
var args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
iOS\Renderers\TabbedRenderer.cs (1)
79
OnPagesChanged(null, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
PresentationCore (2)
System\Windows\FreezableCollection.cs (1)
743
args = new
NotifyCollectionChangedEventArgs
(action);
System\Windows\Ink\StrokeCollection.cs (1)
643
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
PresentationFramework (24)
MS\Internal\Annotations\AnnotationObservableCollection.cs (2)
162
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
190
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
MS\Internal\Annotations\XmlElementCollection.cs (1)
240
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
MS\Internal\Controls\InnerItemCollectionView.cs (1)
560
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
MS\Internal\Data\CompositeCollectionView.cs (4)
356
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
481
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
528
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
604
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
MS\Internal\Data\DifferencingCollection.cs (1)
237
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
MS\Internal\Data\EnumerableCollectionView.cs (1)
512
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
MS\Internal\Navigation\JournalEntryStack.cs (1)
25
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
227
newArgs = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
System\Windows\Controls\GridViewColumnCollectionChangedEventArgs.cs (2)
22
:
base
(NotifyCollectionChangedAction.Reset) // NotifyCollectionChangedEventArgs doesn't have 0 parameter constructor, so pass in an arbitrary parameter.
34
:
base
(action)
System\Windows\Controls\ItemCollection.cs (3)
448
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
1710
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
1960
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Controls\MultipleCopiesCollection.cs (1)
432
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\BindingListCollectionView.cs (1)
1386
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CollectionContainer.cs (1)
366
OnContainedCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CollectionView.cs (1)
869
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CompositeCollection.cs (1)
504
CollectionChanged(this, new
NotifyCollectionChangedEventArgs
(action));
System\Windows\Data\ListCollectionView.cs (1)
156
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Navigation\JournalEntryListConverter.cs (1)
181
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) };