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