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