4 instantiations of PartialArray
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (1)
1750new PartialArray<DirectionClass>(characterClass),
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
373_glyphOffsets = new PartialArray<Point>(new Point[glyphOffsets.Length]);
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
989new PartialArray<byte>(bidiLevels, resolvedLength, ich - resolvedLength), 990new PartialArray<DirectionClass>(directionClasses, resolvedLength, ich - resolvedLength),