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