Implemented interface member:
5 references to
PresentationCore (5)
System\Windows\Media\GlyphTypeface.cs (5)
1772value = this[key]; 1837array[arrayIndex + i] = new KeyValuePair<ushort, double>(i, this[i]); 1862yield return new KeyValuePair<ushort, double>(i, this[i]); 1922array[arrayIndex + i] = _glyphIndexer[i]; 1947yield return _glyphIndexer[i];