1 instantiation of GlyphIndexer
PresentationCore (1)
System\Windows\Media\GlyphTypeface.cs (1)
1709indexer = new GlyphIndexer(accessor, fontFaceDWrite.GlyphCount);
4 references to GlyphIndexer
PresentationCore (4)
System\Windows\Media\GlyphTypeface.cs (4)
1702private GlyphIndexer CreateGlyphIndexer(GlyphAccessor accessor) 1704GlyphIndexer indexer; 1875public ValueCollection(GlyphIndexer glyphIndexer) 1958private GlyphIndexer _glyphIndexer;