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