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