4 instantiations of PartialArray
PresentationCore (4)
MS\Internal\TextFormatting\Bidi.cs (1)
1735
new
PartialArray
<DirectionClass>(characterClass),
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
361
_glyphOffsets = new
PartialArray
<Point>(new Point[glyphOffsets.Length]);
MS\Internal\TextFormatting\TextStore.cs (2)
978
new
PartialArray
<byte>(bidiLevels, resolvedLength, ich - resolvedLength),
979
new
PartialArray
<DirectionClass>(directionClasses, resolvedLength, ich - resolvedLength),