3 instantiations of ParsedGlyphData
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
538ParsedGlyphData parsedGlyphData = new ParsedGlyphData(); 638parsedGlyphData = new ParsedGlyphData(); 678parsedGlyphData = new ParsedGlyphData();
5 references to ParsedGlyphData
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
331List<ParsedGlyphData> parsedGlyphs; 356foreach (ParsedGlyphData parsedGlyphData in parsedGlyphs) 505out List<ParsedGlyphData> parsedGlyphs, 536parsedGlyphs = new List<ParsedGlyphData>(estimatedNumberOfGlyphs); 538ParsedGlyphData parsedGlyphData = new ParsedGlyphData();