2 writes to _nextGlyphRun
PresentationFramework (2)
MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (2)
32
_nextGlyphRun
= 0;
66
++
_nextGlyphRun
;
3 references to _nextGlyphRun
PresentationFramework (3)
MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (3)
56
if (
_nextGlyphRun
>= _fixedPageInfo.GlyphRunCount)
62
GlyphRunInfo glyphRunInfo = _fixedPageInfo.GlyphRunAtPosition(
_nextGlyphRun
);
85
return
_nextGlyphRun
>= _fixedPageInfo.GlyphRunCount;