5 references to GlyphRunList
PresentationFramework (5)
src\Framework\MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (5)
67
if (position < 0 || position >=
GlyphRunList
.Length)
71
if (
GlyphRunList
[position] == null)
73
GlyphRunList
[position] = new XmlGlyphRunInfo(NodeList[position]);
75
return
GlyphRunList
[position];
93
return
GlyphRunList
.Length;