2 references to NotifyCollectionChangedEventArgsEx
Microsoft.Maui.Controls (2)
Internals\NotifyCollectionChangedEventArgsExtensions.cs (1)
105
return new
NotifyCollectionChangedEventArgsEx
(count, NotifyCollectionChangedAction.Replace, e.NewItems, e.OldItems, e.OldStartingIndex);
TemplatedItemsList.cs (1)
1096
e = new
NotifyCollectionChangedEventArgsEx
(count, NotifyCollectionChangedAction.Replace, newItems, oldItems, e.NewStartingIndex);