1 write to _array
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (1)
315
_array
= array.Probe(0, arrayLength);
2 references to _array
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\UshortList2.cs (2)
331
return
_array
[index];
337
_array
[index] = value;