3 instantiations of ParsedGlyphData
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
529ParsedGlyphData parsedGlyphData = new ParsedGlyphData(); 629parsedGlyphData = new ParsedGlyphData(); 669parsedGlyphData = new ParsedGlyphData();
5 references to ParsedGlyphData
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
322List<ParsedGlyphData> parsedGlyphs; 347foreach (ParsedGlyphData parsedGlyphData in parsedGlyphs) 496out List<ParsedGlyphData> parsedGlyphs, 527parsedGlyphs = new List<ParsedGlyphData>(estimatedNumberOfGlyphs); 529ParsedGlyphData parsedGlyphData = new ParsedGlyphData();