4 instantiations of PartialArray
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (1)
1750
new
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)
989
new
PartialArray
<byte>(bidiLevels, resolvedLength, ich - resolvedLength),
990
new
PartialArray
<DirectionClass>(directionClasses, resolvedLength, ich - resolvedLength),