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