3 instantiations of ParsedGlyphData
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
525ParsedGlyphData parsedGlyphData = new ParsedGlyphData(); 625parsedGlyphData = new ParsedGlyphData(); 665parsedGlyphData = new ParsedGlyphData();
5 references to ParsedGlyphData
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
318List<ParsedGlyphData> parsedGlyphs; 343foreach (ParsedGlyphData parsedGlyphData in parsedGlyphs) 492out List<ParsedGlyphData> parsedGlyphs, 523parsedGlyphs = new List<ParsedGlyphData>(estimatedNumberOfGlyphs); 525ParsedGlyphData parsedGlyphData = new ParsedGlyphData();