3 instantiations of SpanRider
PresentationCore (3)
MS\Internal\Shaping\TypefaceMap.cs (2)
166SpanRider<int> typefaceIndexSpanRider = new SpanRider<int>(cachedScaledTypefaceIndexSpans); 211SpanRider<int> typefaceIndexSpanRider = new SpanRider<int>(cachedScaledTypefaceIndexSpans);
MS\Internal\TextFormatting\LexicalChunk.cs (1)
107SpanRider<int> ichRider = new SpanRider<int>(_ichVector);
3 references to SpanRider
PresentationCore (3)
MS\Internal\Shaping\TypefaceMap.cs (2)
166SpanRider<int> typefaceIndexSpanRider = new SpanRider<int>(cachedScaledTypefaceIndexSpans); 211SpanRider<int> typefaceIndexSpanRider = new SpanRider<int>(cachedScaledTypefaceIndexSpans);
MS\Internal\TextFormatting\LexicalChunk.cs (1)
107SpanRider<int> ichRider = new SpanRider<int>(_ichVector);