2 references to NotifyCollectionChangedEventArgsEx
Microsoft.Maui.Controls (2)
Internals\NotifyCollectionChangedEventArgsExtensions.cs (1)
108
return new
NotifyCollectionChangedEventArgsEx
(count, NotifyCollectionChangedAction.Reset);
TemplatedItemsList.cs (1)
1106
e = new
NotifyCollectionChangedEventArgsEx
(count, NotifyCollectionChangedAction.Reset);