3 instantiations of ParsedGlyphData
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
524ParsedGlyphData parsedGlyphData = new ParsedGlyphData(); 624parsedGlyphData = new ParsedGlyphData(); 664parsedGlyphData = new ParsedGlyphData();
5 references to ParsedGlyphData
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
317List<ParsedGlyphData> parsedGlyphs; 342foreach (ParsedGlyphData parsedGlyphData in parsedGlyphs) 491out List<ParsedGlyphData> parsedGlyphs, 522parsedGlyphs = new List<ParsedGlyphData>(estimatedNumberOfGlyphs); 524ParsedGlyphData parsedGlyphData = new ParsedGlyphData();