1 write to _glyphIndexer
PresentationCore (1)
System\Windows\Media\GlyphTypeface.cs (1)
1867_glyphIndexer = glyphIndexer;
3 references to _glyphIndexer
PresentationCore (3)
System\Windows\Media\GlyphTypeface.cs (3)
1909array[arrayIndex + i] = _glyphIndexer[i]; 1914get { return _glyphIndexer._numberOfGlyphs; } 1934yield return _glyphIndexer[i];