3 references to SpanRider
PresentationCore (3)
MS\Internal\Shaping\TypefaceMap.cs (2)
165
SpanRider<int> typefaceIndexSpanRider = new
SpanRider
<int>(cachedScaledTypefaceIndexSpans);
210
SpanRider<int> typefaceIndexSpanRider = new
SpanRider
<int>(cachedScaledTypefaceIndexSpans);
MS\Internal\TextFormatting\LexicalChunk.cs (1)
106
SpanRider<int> ichRider = new
SpanRider
<int>(_ichVector);