3 instantiations of ParsedGlyphData
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
523ParsedGlyphData parsedGlyphData = new ParsedGlyphData(); 623parsedGlyphData = new ParsedGlyphData(); 663parsedGlyphData = new ParsedGlyphData();
5 references to ParsedGlyphData
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
316List<ParsedGlyphData> parsedGlyphs; 341foreach (ParsedGlyphData parsedGlyphData in parsedGlyphs) 490out List<ParsedGlyphData> parsedGlyphs, 521parsedGlyphs = new List<ParsedGlyphData>(estimatedNumberOfGlyphs); 523ParsedGlyphData parsedGlyphData = new ParsedGlyphData();