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)
62
if (
_nextGlyphRun
>= _fixedPageInfo.GlyphRunCount)
68
GlyphRunInfo glyphRunInfo = _fixedPageInfo.GlyphRunAtPosition(
_nextGlyphRun
);
91
return
_nextGlyphRun
>= _fixedPageInfo.GlyphRunCount;