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