Implemented interface member:
method
Remove
System.Collections.Generic.ICollection<T>.Remove(T)
72 references to Remove
System.Activities (1)
System\Activities\Activity.cs (1)
1384this.requiredExtensionTypes.Remove(key);
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (2)
117this.shapeLocations.Remove((Point)e.OldValue); 607this.shapeLocations.Remove((Point)locationOfShape);
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (1)
284this.shapeLocations.Remove((Point)e.OldValue);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (3)
700this.shapeLocations.Remove((Point)locationOfShape); 1819outgoingConnectors.Remove(connector); 1820incomingConnectors.Remove(connector);
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
105this.changingProperties.Remove(e.PropertyName); 475this.changingProperties.Remove(propertyName);
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
579if (!checkingMap.Remove(item))
System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (2)
135this.itemsRemoved.Remove(addedItem); 151this.itemsAdded.Remove(removedItem);
System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (1)
157this.SubscribedForSourceLocationChanges.Remove(objectReferenceId);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeAutoExpandHelper.cs (1)
130itemSet.Remove(modelItem);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
594this.ChildrenValueCache.Remove(item.GetValue());
System.Core (6)
System\Collections\Generic\HashSet.cs (6)
551Remove(element); 885if (Remove(value)) { 1162Remove(item); 1206Remove(m_slots[i].value); 1240if (!Remove(item)) { 1310Remove(m_slots[i].value);
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
105this.changingProperties.Remove(e.PropertyName); 475this.changingProperties.Remove(propertyName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
579if (!checkingMap.Remove(item))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\EditingScope.cs (2)
135this.itemsRemoved.Remove(addedItem); 151this.itemsAdded.Remove(removedItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ObjectReferenceService.cs (1)
157this.SubscribedForSourceLocationChanges.Remove(objectReferenceId);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeAutoExpandHelper.cs (1)
130itemSet.Remove(modelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
594this.ChildrenValueCache.Remove(item.GetValue());
System.Data.Entity (16)
System\Data\Common\Utils\MetadataHelper.cs (1)
538associationkeys.Remove(new Pair<EdmMember, EntityType>(member, otherEndType));
System\Data\Common\Utils\Set.cs (1)
149_values.Remove(element);
System\Data\Mapping\Update\Internal\Graph.cs (1)
190m_vertices.Remove(from);
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (1)
127discriminatorDomain.Remove(discriminatorValue);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
1091usedViews.Remove(TrueViewSurrogate.Query);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingSimplifier.cs (1)
117remainingViews.Remove(usedView);
System\Data\Objects\DataClasses\EntityCollection.cs (2)
438tm.PopulatedEntityReferences.Remove(otherEnd); 442tm.AlignedEntityReferences.Remove(otherEnd);
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (2)
411transManager.PopulatedEntityReferences.Remove(this); 415transManager.AlignedEntityReferences.Remove(this);
System\Data\Objects\ELinq\Funcletizer.cs (1)
391_funcletizer._linqExpressionStack.Remove(exp);
System\Data\Objects\EntityEntry.cs (1)
2299current.Remove(o);
System\Data\Objects\ObjectStateManager.cs (4)
536danglingEntries.Remove(entry); 610if (!entry.IsKeyEntry && _entriesWithConceptualNulls != null && _entriesWithConceptualNulls.Remove(entry)) 3387entitiesToAdd.Remove(relatedEntry.WrappedEntity); 3533entitiesToDelete.Remove(relatedEntity);
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
619session.InvalidTypes.Remove(tvfReturnType);
System.Data.Linq (2)
SqlClient\Query\SqlBinder.cs (2)
683this.alreadyIncluded.Remove(otherType); 1050this.alreadyIncluded.Remove(otherType);
System.Data.Services (2)
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
742if (etagPropertyNames.Remove(property.Name))
System\Data\Services\Serializers\Serializer.cs (1)
615this.complexTypeCollection.Remove(complexTypeInstance);
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstanceStore.cs (3)
358normal.PendingHandles.Remove(handle); 399normal.PendingHandles.Remove(handle); 400normal.BoundHandles.Remove(handle);
System.ServiceModel (1)
System\ServiceModel\ServiceChannelManager.cs (1)
493ret = this.hashSet.Remove(channel);
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (3)
201this.keysToAssociate.Remove(key); 408AssociatedKeys.Remove(key); 1094thisPtr.persistenceContext.AssociatedKeys.Remove(key);
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (3)
369keysToDisassociate.Remove(key); 412if (context.AssociatedKeys.Remove(key)) 657this.pipelinesInUse.Remove(pipeline);
System\ServiceModel\Activities\WorkflowService.cs (2)
474this.receiveAndReplyPairs.Remove(pair); 487this.receiveAndReplyPairs.Remove(pair);
System.Web (8)
HttpCookieCollection.cs (1)
145_keysAwaitingValidation.Remove(key);
HttpFileCollection.cs (1)
118_filesAwaitingValidation.Remove(file);
HttpValueCollection.cs (1)
114_keysAwaitingValidation.Remove(key);
Routing\ParsedRoute.cs (4)
54unusedNewValues.Remove(parameterName); 143unusedNewValues.Remove(defaultValue.Key); 237unusedNewValues.Remove(parameterSubsegment.ParameterName); 307unusedNewValues.Remove(constraintsItem.Key);
WebSockets\AspNetWebSocketManager.cs (1)
78_activeSockets.Remove(webSocket);
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
255this.extraDynamicArguments.Remove(propertyInName); 262this.extraDynamicArguments.Remove(propertyOutName);