4 writes to _count
PresentationCore (4)
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (4)
39_count = 0; 306_count++; 337_count = 0; 348_count--;
22 references to _count
PresentationCore (22)
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (22)
49return new Enumerator(_items, _count); 54return new Enumerator(_items, _count); 66InsertItem(_count, item); 96if (_count > array.Length - index) 99if (_count != 0) 100Array.Copy(_items, 0, array, index, _count); 118if (_count > array.Length - index) 121if (_count != 0) 122Array.Copy(_items, 0, array, index, _count); 155get { return _count; } 213return InsertItem(_count, ConvertValue(value)); 273if (_count + 1 >= ushort.MaxValue) 289else if (_count == _items.Length) 291FontFamilyMap[] items = new FontFamilyMap[_count * 2]; 294for (int i = index; i < _count; ++i) 298else if (index < _count) 300for (int i = _count - 1; i >= index; --i) 349for (int i = index; i < _count; ++i) 353_items[_count] = null; 358if (_count != 0 && item != null) 360for (int i = 0; i < _count; ++i) 371if (index < 0 || index >= _count)