Implemented interface member:
method
Remove
System.Collections.Generic.IDictionary<TKey, TValue>.Remove(TKey)
2 references to Remove
PresentationFramework (2)
src\Framework\MS\Internal\WeakDictionary.cs (1)
336return this.Remove(item.Key);
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
668_hashtable.Remove(item);