Implemented interface member:
method
Remove
System.Collections.Generic.IDictionary<TKey, TValue>.Remove(TKey)
9 references to Remove
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextContainerChangedEventArgs.cs (4)
373Changes.Remove(change.Offset); 433Changes.Remove(newChange.Offset); 462Changes.Remove(oldChange.Offset); 468Changes.Remove(oldChange.Offset);
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
653Remove((TKey) key);
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
39this.trackedMessages.Remove(lookupId);
WindowsBase (3)
Base\MS\Internal\PriorityQueue.cs (1)
295_priorityChains.Remove((int) item.Chain.Priority);
Base\System\IO\Packaging\Package.cs (2)
429_partList.Remove(validatedPartUri); 1190_partList.Remove(partUri);