1 write to _glyphIndexer
PresentationCore (1)
System\Windows\Media\GlyphTypeface.cs (1)
1868_glyphIndexer = glyphIndexer;
3 references to _glyphIndexer
PresentationCore (3)
System\Windows\Media\GlyphTypeface.cs (3)
1910array[arrayIndex + i] = _glyphIndexer[i]; 1915get { return _glyphIndexer._numberOfGlyphs; } 1935yield return _glyphIndexer[i];