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)
373
Changes.
Remove
(change.Offset);
433
Changes.
Remove
(newChange.Offset);
462
Changes.
Remove
(oldChange.Offset);
468
Changes.
Remove
(oldChange.Offset);
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
653
Remove
((TKey) key);
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
39
this.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);