7 references to SpanVector
PresentationCore (7)
MS\Internal\Shaping\TypefaceMap.cs (1)
259
SpanVector 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);
180
SpanVector runInfoVector = new
SpanVector
(null);
181
SpanVector textEffectsVector = new
SpanVector
(null);
2343
_textObjectMetricsVector = new
SpanVector
(null);
System\Windows\Media\FormattedText.cs (1)
2017
private SpanVector _formatRuns = new
SpanVector
(null);