1 write to _count
PresentationCore (1)
Shared\MS\Internal\SequentialUshortCollection.cs (1)
31
_count
= count;
4 references to _count
PresentationCore (4)
Shared\MS\Internal\SequentialUshortCollection.cs (4)
48
return item <
_count
;
71
for (ushort i = 0; i <
_count
; ++i)
77
get { return
_count
; }
96
for (ushort i = 0; i <
_count
; ++i)