1 write to _arrayLength
PresentationCore (1)
MS\Internal\Shaping\UshortList2.cs (1)
286_arrayLength = arrayLength;
3 references to _arrayLength
PresentationCore (3)
MS\Internal\Shaping\UshortList2.cs (3)
294Invariant.Assert(index >= 0 && index < _arrayLength); 299Invariant.Assert(index >= 0 && index < _arrayLength); 306get { return _arrayLength; }