7 references to SpanVector
PresentationCore (7)
MS\Internal\Shaping\TypefaceMap.cs (1)
251SpanVector scaledTypefaceSpans = new SpanVector(null);
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
34_textRunVector = new SpanVector(null);
MS\Internal\TextFormatting\TextStore.cs (4)
116_plsrunVector = new SpanVector(null); 165SpanVector runInfoVector = new SpanVector(null); 166SpanVector textEffectsVector = new SpanVector(null); 2328_textObjectMetricsVector = new SpanVector(null);
System\Windows\Media\FormattedText.cs (1)
2001private SpanVector _formatRuns = new SpanVector(null);