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