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)
3796if (_indexedGlyphRuns == null) 3801return _indexedGlyphRuns;