4 references to _arrayLength
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (4)
316
_arrayLength
.Value = arrayLength;
330
Invariant.Assert(index >= 0 && index <
_arrayLength
.Value);
336
Invariant.Assert(index >= 0 && index <
_arrayLength
.Value);
343
get { return
_arrayLength
.Value; }