2 writes to _nextGlyphRun
PresentationFramework (2)
MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (2)
34_nextGlyphRun = 0; 68++_nextGlyphRun;
3 references to _nextGlyphRun
PresentationFramework (3)
MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (3)
58if (_nextGlyphRun >= _fixedPageInfo.GlyphRunCount) 64GlyphRunInfo glyphRunInfo = _fixedPageInfo.GlyphRunAtPosition(_nextGlyphRun); 87return _nextGlyphRun >= _fixedPageInfo.GlyphRunCount;