7 references to SpanVector
PresentationCore (7)
MS\Internal\Shaping\TypefaceMap.cs (1)
259SpanVector scaledTypefaceSpans = new SpanVector(null);
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
48_textRunVector = new SpanVector(null);
MS\Internal\TextFormatting\TextStore.cs (4)
131_plsrunVector = new SpanVector(null); 180SpanVector runInfoVector = new SpanVector(null); 181SpanVector textEffectsVector = new SpanVector(null); 2343_textObjectMetricsVector = new SpanVector(null);
System\Windows\Media\FormattedText.cs (1)
2017private SpanVector _formatRuns = new SpanVector(null);