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