2 references to NotifyCollectionChangedEventArgsEx
Microsoft.Maui.Controls (2)
Internals\NotifyCollectionChangedEventArgsExtensions.cs (1)
102
return new
NotifyCollectionChangedEventArgsEx
(count, NotifyCollectionChangedAction.Move, e.OldItems, e.NewStartingIndex, e.OldStartingIndex);
TemplatedItemsList.cs (1)
1055
e = new
NotifyCollectionChangedEventArgsEx
(count, NotifyCollectionChangedAction.Move, itemsToMove, e.NewStartingIndex, e.OldStartingIndex);