Implemented interface member:
36 references to Remove
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
716dict.Remove(prefix);
PresentationCore (2)
MS\Internal\IO\Packaging\PreloadedPackages.cs (1)
135_packagePairs?.Remove(uri);
System\IO\Packaging\PackageStore.cs (1)
130_packages?.Remove(uri);
PresentationFramework (21)
MS\Internal\Data\DataBindEngine.cs (1)
252_mostRecentTask.Remove(c);
MS\Internal\Data\StaticPropertyChangedEventManager.cs (6)
317_dict.Remove(AllListenersKey); 334_dict.Remove(propertyName); 338_dict.Remove(AllListenersKey); 476_dict.Remove(keys[i]); 518_dict.Remove(key); 540_dict.Remove(AllListenersKey);
MS\Internal\Data\ValueChangedEventManager.cs (3)
175dict.Remove(keys[i]); 223dict.Remove(key); 370dict.Remove(pd);
MS\Internal\Data\ValueTable.cs (2)
237_table.Remove(key); 288_table.Remove(localKeys[i]);
MS\Internal\Data\ViewManager.cs (3)
273this.Remove(al[k]); 779_inactiveViewTables.Remove(vt); 820this.Remove(al[k]);
System\Windows\Documents\AdornerLayer.cs (1)
691ElementMap.Remove(element);
System\Windows\Documents\PageContent.cs (1)
575_pendingStreams.Remove(sender);
System\Windows\Markup\XmlnsDictionary.cs (1)
716dict.Remove(prefix);
System\Windows\Media\Animation\Storyboard.cs (1)
1633clocks?.Remove(this);
System\Windows\StyleHelper.cs (2)
1636instanceValues.Remove(key); 1740instanceValues.Remove(binding);
System.Configuration.ConfigurationManager (8)
System\Configuration\BaseConfigurationRecord.cs (1)
631streamInfos.Remove(ConfigStreamInfo.StreamName);
System\Configuration\ConfigurationLockCollection.cs (5)
187_internalDictionary.Remove(name); // not from parent 202_internalDictionary.Remove(name); 245_internalDictionary.Remove(key); 272_internalDictionary.Remove(name); 287_internalDictionary.Remove(removeKey);
System\Configuration\MgmtConfigurationRecord.cs (2)
583_streamInfoUpdates.Remove(oldConfigSourceStreamName); 806foreach (string stream in streamsToRemove) _streamInfoUpdates.Remove(stream);
System.Private.Xml (2)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
284_documentUriInUse.Remove(baseUri);
System\Xml\Xsl\XsltOld\Compiler.cs (1)
558_documentURIs.Remove(href);
System.Xaml (2)
System\Xaml\NameScope.cs (1)
79_nameMap.Remove(name);
System\Xaml\NameScopeDictionary.cs (1)
94_nameMap.Remove(name);