2 writes to _nextGlyphRun
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (2)
38_nextGlyphRun = 0; 72++_nextGlyphRun;
3 references to _nextGlyphRun
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (3)
62if (_nextGlyphRun >= _fixedPageInfo.GlyphRunCount) 68GlyphRunInfo glyphRunInfo = _fixedPageInfo.GlyphRunAtPosition(_nextGlyphRun); 91return _nextGlyphRun >= _fixedPageInfo.GlyphRunCount;