42 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)
165
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)
649
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)
358
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
484
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
531
args = new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset);
607
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)
451
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
1719
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
1969
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Controls\MultipleCopiesCollection.cs (1)
432
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\BindingListCollectionView.cs (1)
1401
OnCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CollectionContainer.cs (1)
371
OnContainedCollectionChanged(new
NotifyCollectionChangedEventArgs
(NotifyCollectionChangedAction.Reset));
System\Windows\Data\CollectionView.cs (1)
872
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)
186
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);