1 instantiation of GlyphIndexer
PresentationCore (1)
System\Windows\Media\GlyphTypeface.cs (1)
1700indexer = new GlyphIndexer(accessor, fontFaceDWrite.GlyphCount);
4 references to GlyphIndexer
PresentationCore (4)
System\Windows\Media\GlyphTypeface.cs (4)
1693private GlyphIndexer CreateGlyphIndexer(GlyphAccessor accessor) 1695GlyphIndexer indexer; 1866public ValueCollection(GlyphIndexer glyphIndexer) 1949private GlyphIndexer _glyphIndexer;