Implemented interface member:
property
this
System.Collections.Generic.IDictionary<TKey, TValue>.this[TKey]
5 references to
PresentationCore (5)
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (5)
2147value = this[key]; 2216array[arrayIndex + i] = new KeyValuePair<ushort, double>(i, this[i]); 2241yield return new KeyValuePair<ushort, double>(i, this[i]); 2305array[arrayIndex + i] = _glyphIndexer[i]; 2330yield return _glyphIndexer[i];