Implemented interface member:
method
ContainsKey
System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey(TKey)
2 references to ContainsKey
PresentationCore (2)
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (2)
2145if (ContainsKey(key)) 2192return ContainsKey(item.Key);