Implemented interface member:
method
ContainsKey
System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey(TKey)
3 references to ContainsKey
WindowsBase (3)
Base\System\Windows\NameScope.cs (3)
292return ContainsKey(item.Key); 346if (!ContainsKey(key)) 356if (!ContainsKey(key))