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