2 writes to _indexedGlyphRuns
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3490
_indexedGlyphRuns
= null;
3502
_indexedGlyphRuns
= new List<IndexedGlyphRun>(8);
2 references to _indexedGlyphRuns
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3500
if (
_indexedGlyphRuns
== null)
3505
return
_indexedGlyphRuns
;