1 instantiation of GlyphIndexer
PresentationCore (1)
System\Windows\Media\GlyphTypeface.cs (1)
1699
indexer = new
GlyphIndexer
(accessor, fontFaceDWrite.GlyphCount);
4 references to GlyphIndexer
PresentationCore (4)
System\Windows\Media\GlyphTypeface.cs (4)
1692
private
GlyphIndexer
CreateGlyphIndexer(GlyphAccessor accessor)
1694
GlyphIndexer
indexer;
1865
public ValueCollection(
GlyphIndexer
glyphIndexer)
1948
private
GlyphIndexer
_glyphIndexer;