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