1 write to _glyphIndexer
PresentationCore (1)
System\Windows\Media\GlyphTypeface.cs (1)
1880_glyphIndexer = glyphIndexer;
3 references to _glyphIndexer
PresentationCore (3)
System\Windows\Media\GlyphTypeface.cs (3)
1922array[arrayIndex + i] = _glyphIndexer[i]; 1927get { return _glyphIndexer._numberOfGlyphs; } 1947yield return _glyphIndexer[i];