1 write to _glyphIndexer
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
2259_glyphIndexer = glyphIndexer;
3 references to _glyphIndexer
PresentationCore (3)
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (3)
2305array[arrayIndex + i] = _glyphIndexer[i]; 2310get { return _glyphIndexer._numberOfGlyphs; } 2330yield return _glyphIndexer[i];