5 references to GlyphRunList
PresentationFramework (5)
MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (5)
60if (position < 0 || position >= GlyphRunList.Length) 64if (GlyphRunList[position] == null) 66GlyphRunList[position] = new XmlGlyphRunInfo(NodeList[position]); 68return GlyphRunList[position]; 86return GlyphRunList.Length;