1 write to _indexesCounted
Microsoft.Maui.Controls (1)
ListProxy.cs (1)
183 _indexesCounted = new HashSet<int>();
7 references to _indexesCounted
Microsoft.Maui.Controls (7)
ListProxy.cs (7)
121 if (_indexesCounted != null) 122 return _indexesCounted.Count; 158 if (_indexesCounted != null) 159 _indexesCounted.Clear(); 182 if (_indexesCounted == null) 185 if (_indexesCounted.Contains(index)) 188 _indexesCounted.Add(index);