5 references to GlyphRunList
PresentationFramework (5)
MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (5)
60
if (position < 0 || position >=
GlyphRunList
.Length)
64
if (
GlyphRunList
[position] == null)
66
GlyphRunList
[position] = new XmlGlyphRunInfo(NodeList[position]);
68
return
GlyphRunList
[position];
86
return
GlyphRunList
.Length;