Implemented interface member:
method
Clear
System.Collections.Generic.ICollection<T>.Clear()
28 references to Clear
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
340this.shapeLocations.Clear();
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
409this.shapeLocations.Clear();
System.Activities.Presentation (5)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
208this.namespacesToIgnore.Clear();
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
88this.changingProperties.Clear();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
329alreadyVisitedObjects.Clear();
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
301this.ignoreCommands.Clear();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
189this.ChildrenValueCache.Clear();
System.Core (3)
System\Collections\Generic\HashSet.cs (3)
512Clear(); 545Clear(); 573Clear();
System.Data (5)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
208this.namespacesToIgnore.Clear();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
88this.changingProperties.Clear();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
329alreadyVisitedObjects.Clear();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
301this.ignoreCommands.Clear();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
189this.ChildrenValueCache.Clear();
System.Data.Entity (5)
System\Data\Common\Utils\Set.cs (1)
159_values.Clear();
System\Data\Objects\DataClasses\EntityCollection.cs (1)
486this._relatedEntities.Clear();
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
1123_scalarMembers.Clear(); 1124_relationshipMembers.Clear();
System\Data\Objects\Internal\TransactionManager.cs (1)
345this.ProcessedEntities.Clear();
System.Data.Services.Client (1)
System\Data\Services\Client\XmlUtil.cs (1)
249names.Clear();
System.ServiceModel (1)
System\ServiceModel\ServiceChannelManager.cs (1)
462this.hashSet.Clear();
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (5)
412this.keysToAssociate.Clear(); 413this.keysToDisassociate.Clear(); 1096thisPtr.persistenceContext.keysToAssociate.Clear(); 1097thisPtr.persistenceContext.keysToDisassociate.Clear(); 1289this.persistenceContext.keysToAssociate.Clear();
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
197this.extraDynamicArguments.Clear();