7 references to SpanVector
PresentationCore (7)
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (1)
267SpanVector scaledTypefaceSpans = new SpanVector(null);
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
51_textRunVector = new SpanVector(null);
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (4)
135_plsrunVector = new SpanVector(null); 184SpanVector runInfoVector = new SpanVector(null); 185SpanVector textEffectsVector = new SpanVector(null); 2353_textObjectMetricsVector = new SpanVector(null);
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
2034private SpanVector _formatRuns = new SpanVector(null);