45 implementations of Remove
mscorlib (4)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
1338bool IDictionary<TKey, TValue>.Remove(TKey key)
system\collections\generic\dictionary.cs (1)
467public bool Remove(TKey key) {
system\collections\objectmodel\readonlydictionary.cs (1)
101bool IDictionary<TKey, TValue>.Remove(TKey key) {
System\Diagnostics\Eventing\TraceLogging\EventPayload.cs (1)
115public bool Remove(string key)
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
706public bool Remove(int key)
Core\CSharp\System\Windows\Media\CharacterMetricsDictionary.cs (1)
258public bool Remove(int key)
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (1)
224public bool Remove(XmlLanguage key)
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
2138public bool Remove(ushort key)
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\ObservableDictionary.cs (1)
109public bool Remove(string key)
src\Framework\MS\Internal\WeakDictionary.cs (1)
216public bool Remove(TKey key)
System (3)
compmod\system\collections\generic\sorteddictionary.cs (1)
218public bool Remove(TKey key) {
compmod\system\collections\generic\sortedlist.cs (1)
644public bool Remove(TKey key) {
compmod\system\collections\specialized\stringdictionary.cs (1)
282public bool Remove(string key) {
System.Activities (2)
System\Activities\Hosting\SymbolResolver.cs (1)
193public bool Remove(string key)
System\Activities\HybridDictionary.cs (1)
152public bool Remove(TKey key)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
208public abstract bool Remove(ModelItem key);
System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
138public bool Remove(K key)
System.AddIn (1)
System\Addin\Hosting\ReadOnlyDictionary.cs (1)
44public bool Remove(TKey key)
System.Core (1)
Microsoft\Scripting\Actions\ExpandoObject.cs (1)
579bool IDictionary<string, object>.Remove(string key) {
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
208public abstract bool Remove(ModelItem key);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
138public bool Remove(K key)
System.Runtime.DurableInstancing (1)
System\Runtime\PersistencePipeline.cs (1)
321public bool Remove(XName key)
System.ServiceModel (12)
System\ServiceModel\Channels\ContextDictionary.cs (1)
169public bool Remove(string key)
System\ServiceModel\Channels\MessageProperties.cs (1)
536public bool Remove(string name)
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (1)
457public bool Remove(MessageFilter filter)
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
425public bool Remove(MessageFilter filter)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (1)
693public virtual bool Remove(MessageFilter filter)
System\ServiceModel\Dispatcher\MessageFilter.cs (1)
267public bool Remove(MessageFilter key)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
557public bool Remove(MessageFilter filter)
System\ServiceModel\Dispatcher\MessageQueryTable.cs (1)
142public bool Remove(MessageQuery key)
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
202public bool Remove(MessageFilter key)
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
561public bool Remove(MessageFilter filter)
System\ServiceModel\Security\SecuritySessionFilter.cs (1)
274public bool Remove(MessageFilter filter)
System\UriTemplate.cs (1)
1112public bool Remove(string key)
System.ServiceModel.Internals (3)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
104public bool Remove(TKey key)
System\Runtime\Collections\OrderedDictionary.cs (1)
212public bool Remove(TKey key)
System\Runtime\ReadOnlyDictionaryInternal.cs (1)
110public bool Remove(TKey key)
System.ServiceModel.Routing (1)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (1)
247public bool Remove(MessageFilter key)
System.Web (4)
ModelBinding\ModelBinderDictionary.cs (1)
142public bool Remove(Type key) {
ModelBinding\ModelStateDictionary.cs (1)
139public bool Remove(string key) {
Routing\RouteValueDictionary.cs (1)
90public bool Remove(string key) {
UI\WebControls\MethodParametersDictionary.cs (1)
139public bool Remove(string key) {
System.Web.Extensions (1)
Util\OrderedDictionary.cs (1)
105public bool Remove(TKey key) {
System.WorkflowServices (1)
System\ServiceModel\SerializableReadOnlyDictionary.cs (1)
115public bool Remove(K key)
WindowsBase (1)
Base\System\Windows\NameScope.cs (1)
344public bool Remove(string key)
55 references to Remove
mscorlib (2)
system\runtime\interopservices\windowsruntime\dictionarytomapadapter.cs (1)
103bool removed = _this.Remove(key);
system\runtime\interopservices\windowsruntime\maptocollectionadapter.cs (1)
174return _this_dictionary.Remove(item.Key);
PresentationCore (2)
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (2)
226return _innerDictionary.Remove(key); 312_innerDictionary.Remove(language);
PresentationFramework (5)
src\Framework\System\Windows\Controls\DatePicker.cs (1)
879_isHandlerSuspended.Remove(property);
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
895_asyncOps.Remove(asyncRequest.UserState); 954_asyncOps.Remove(userState);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
1298_asyncOps.Remove(userState);
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
247_dictionary.Remove(key);
System (1)
net\System\Net\mail\TrackingValidationObjectDictionary.cs (1)
198internalObjects.Remove(key);
System.Activities (3)
System\Activities\HybridDictionary.cs (1)
163bool ret = this.dictionary.Remove(key);
System\Activities\Runtime\ActivityInstanceMap.cs (1)
643this.InstanceMapping.Remove(activity);
System\Activities\WorkflowInvoker.cs (1)
154additionalOutputs.Remove("Result");
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
263this.validationErrors.Remove(propertyName); 687instance.validationErrors.Remove(this.Name);
System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (2)
38this.dictionary.Remove(oldKey); 95this.dictionary.Remove(item.Key);
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
309this.attachedPropertiesForNamespace.Remove(namespaceData.Namespace); 573this.availableNamespaces.Remove(ns);
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
131this.table.Remove(node);
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
257this.modelItemToContainer.Remove(virtualView.ModelItem); 261this.modelItemToContainer.Remove(viewElement.ModelItem);
System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
57this.deserializedObjectToSourceLocationMapping.Remove(key);
System.Data (10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
263this.validationErrors.Remove(propertyName); 687instance.validationErrors.Remove(this.Name);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (2)
38this.dictionary.Remove(oldKey); 95this.dictionary.Remove(item.Key);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
309this.attachedPropertiesForNamespace.Remove(namespaceData.Namespace); 573this.availableNamespaces.Remove(ns);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
131this.table.Remove(node);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
257this.modelItemToContainer.Remove(virtualView.ModelItem); 261this.modelItemToContainer.Remove(viewElement.ModelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
57this.deserializedObjectToSourceLocationMapping.Remove(key);
System.ServiceModel (4)
System\ServiceModel\Channels\ContextDictionary.cs (1)
172return this.dictionaryStore.Remove(key);
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
561if (this.tables[i].table.Remove(filter))
System\UriTemplate.cs (2)
917extraParameters.Remove(kvp.Key); 1647extraParameters.Remove(kvp.Key);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowDefinitionProvider.cs (1)
108return this.definitionCollection.Remove(new WorkflowIdentityKey(workflowService.DefinitionIdentity));
System.ServiceModel.Internals (1)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
115return this.innerDictionary.Remove(key);
System.Web (2)
Compilation\CompilationUtil.cs (1)
528providerOptions.Remove(CompilerDirectoryPath);
Hosting\SuspendManager.cs (1)
30((IDictionary<ISuspendibleRegisteredObject, object>)_registeredObjects).Remove(o);
System.Web.DynamicData (2)
DynamicData\QueryableFilterUserControl.cs (2)
83defaultValues.Remove(fkName); 87defaultValues.Remove(Column.Name);
System.Web.Extensions (1)
Script\Serialization\ObjectConverter.cs (1)
147dictionary.Remove(JavaScriptSerializer.ServerTypeFieldName);
System.Workflow.ComponentModel (9)
AuthoringOM\Activity.cs (2)
737this.DependencyPropertyValues.Remove(dependencyProp); 802this.DependencyPropertyValues.Remove(dependencyProp);
AuthoringOM\DependencyObject.cs (7)
136this.DependencyPropertyValues.Remove(dependencyProperty); 287this.metaProperties.Remove(dependencyProperty); 312removed = this.metaProperties.Remove(dependencyProperty); 317removed = this.metaProperties.Remove(dependencyProperty); 318removed |= this.DependencyPropertyValues.Remove(dependencyProperty); 368this.metaProperties.Remove(dependencyEvent); 394properties.Remove(dependencyEvent);
System.Workflow.Runtime (2)
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
265this.transactionConnectionTable.Remove(transaction);
System\Activities\Statements\Interop.cs (1)
1626this.Owner.ActivityProperties.Remove(this.argumentName);