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