2 writes to _count
PresentationCore (2)
Shared\MS\Internal\PartialList.cs (2)
40_count = list.Count; 50_count = count;
4 references to _count
PresentationCore (4)
Shared\MS\Internal\PartialList.cs (4)
99if (index == -1 || index < _initialIndex || index - _initialIndex >= _count) 144return _count; 153for (int i = 0; i < _count; ++i) 163for (int i = _initialIndex; i < _initialIndex + _count; ++i)