3 references to PartialArray
PresentationCore (3)
Core\CSharp\MS\Internal\PartialArray.cs (1)
50
public PartialArray(T[] array) :
this
(array, 0, array.Length)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
989
new
PartialArray
<byte>(bidiLevels, resolvedLength, ich - resolvedLength),
990
new
PartialArray
<DirectionClass>(directionClasses, resolvedLength, ich - resolvedLength),