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