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)
48return item < _count; 71for (ushort i = 0; i < _count; ++i) 77get { return _count; } 96for (ushort i = 0; i < _count; ++i)