Implemented interface member:
5 references to
PresentationCore (5)
System\Windows\Media\GlyphTypeface.cs (5)
1759value = this[key]; 1824array[arrayIndex + i] = new KeyValuePair<ushort, double>(i, this[i]); 1849yield return new KeyValuePair<ushort, double>(i, this[i]); 1909array[arrayIndex + i] = _glyphIndexer[i]; 1934yield return _glyphIndexer[i];