2 writes to _indexedGlyphRuns
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3484
_indexedGlyphRuns
= null;
3496
_indexedGlyphRuns
= new List<IndexedGlyphRun>(8);
2 references to _indexedGlyphRuns
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3494
if (
_indexedGlyphRuns
== null)
3499
return
_indexedGlyphRuns
;