2 writes to _indexedGlyphRuns
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3509_indexedGlyphRuns = null; 3521_indexedGlyphRuns = new List<IndexedGlyphRun>(8);
2 references to _indexedGlyphRuns
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3519if (_indexedGlyphRuns == null) 3524return _indexedGlyphRuns;