2 references to IndexOf
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ObservableItemsSource.cs (2)
206
var startIndex = args.NewStartingIndex > -1 ? args.NewStartingIndex :
IndexOf
(args.NewItems[0]);
235
var startIndex = args.NewStartingIndex > -1 ? args.NewStartingIndex :
IndexOf
(args.NewItems[0]);