Implemented interface member:
7 references to Count
Microsoft.Maui.Controls (7)
OrderedDictionary.cs (5)
98 /// <see cref="Count" />. 128 if (Count > array.Length - arrayIndex) 352 /// <see cref="Count" /> 400 for (var i = 0; i < _odict.Count; ++i) 406 get { return _odict.Count; }
TemplatedItemsList.cs (2)
498 for (var i = 0; i < _groupedItems.Count; i++) 1273 get { return _itemsList._groupedItems.Count; }