3 instantiations of ParsedGlyphData
PresentationFramework (3)
src\Framework\System\Windows\Documents\Glyphs.cs (3)
556ParsedGlyphData parsedGlyphData = new ParsedGlyphData(); 656parsedGlyphData = new ParsedGlyphData(); 696parsedGlyphData = new ParsedGlyphData();
5 references to ParsedGlyphData
PresentationFramework (5)
src\Framework\System\Windows\Documents\Glyphs.cs (5)
350List<ParsedGlyphData> parsedGlyphs; 375foreach (ParsedGlyphData parsedGlyphData in parsedGlyphs) 523out List<ParsedGlyphData> parsedGlyphs, 554parsedGlyphs = new List<ParsedGlyphData>(estimatedNumberOfGlyphs); 556ParsedGlyphData parsedGlyphData = new ParsedGlyphData();