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)
99
if (index == -1 || index < _initialIndex || index - _initialIndex >=
_count
)
144
return
_count
;
153
for (int i = 0; i <
_count
; ++i)
163
for (int i = _initialIndex; i < _initialIndex +
_count
; ++i)