2 writes to _collection
Microsoft.Maui.Controls (2)
ListProxy.cs (2)
38 _collection = enumerable as ICollection; 41 _collection = new ReadOnlyListAdapter(coll);
6 references to _collection
Microsoft.Maui.Controls (6)
ListProxy.cs (6)
40 if (_collection == null && enumerable is IReadOnlyCollection<object> coll) 116 if (_collection != null) 117 return _collection.Count; 178 if (_collection != null) 276 if (_collection != null && index >= _collection.Count)