1 instantiation of XmlGlyphRunInfo
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (1)
73GlyphRunList[position] = new XmlGlyphRunInfo(NodeList[position]);
3 references to XmlGlyphRunInfo
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (3)
113private XmlGlyphRunInfo[] GlyphRunList 119_glyphRunList = new XmlGlyphRunInfo[NodeList.Count]; 163private XmlGlyphRunInfo[] _glyphRunList = null;