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