11 references to
Microsoft.Maui.Controls (11)
OrderedDictionary.cs (4)
262 get { return new KeyValuePair<TKey, TValue>(_keyOrder[index], this[index]); } 401 array[arrayIndex++] = _odict[i]; 427 yield return _odict[i]; 442 get { return _odict[index]; }
TemplatedItemsList.cs (7)
372 index += _groupedItems[i].GetDescendantCount() + 1; 503 TemplatedItemsList<TView, TItem> group = _groupedItems[i]; 579 return _groupedItems[index]; 831 TemplatedItemsList<TView, TItem> til = _groupedItems[index]; 854 TemplatedItemsList<TView, TItem> til = _groupedItems[index]; 894 oldItems.Add(_groupedItems[e.OldStartingIndex]); 1280 TemplatedItemsList<TView, TItem> list = _itemsList._groupedItems[index];