Implemented interface member:
5 references to
PresentationCore (5)
System\Windows\Media\GlyphTypeface.cs (5)
1760value = this[key]; 1825array[arrayIndex + i] = new KeyValuePair<ushort, double>(i, this[i]); 1850yield return new KeyValuePair<ushort, double>(i, this[i]); 1910array[arrayIndex + i] = _glyphIndexer[i]; 1935yield return _glyphIndexer[i];