Base:
property
GlyphRunCount
MS.Internal.FixedPageInfo.GlyphRunCount
2 references to GlyphRunCount
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (2)
62
if (_nextGlyphRun >= _fixedPageInfo.
GlyphRunCount
)
91
return _nextGlyphRun >= _fixedPageInfo.
GlyphRunCount
;