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