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