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