2 writes to _indexedGlyphRuns
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3786
_indexedGlyphRuns
= null;
3798
_indexedGlyphRuns
= new List<IndexedGlyphRun>(8);
2 references to _indexedGlyphRuns
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3796
if (
_indexedGlyphRuns
== null)
3801
return
_indexedGlyphRuns
;