Implemented interface member:
method
Remove
System.Collections.IList.Remove(System.Object)
6 overrides of Remove
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
278public override void Remove(object? obj)
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (4)
953public override void Remove(object? value) 1372public override void Remove(object? value) 1787public override void Remove(object? value) 2042public override void Remove(object? value)
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\DomainUpDown.DomainUpDownItemCollection.cs (1)
67public override void Remove(object? item)
48 references to Remove
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs (1)
231_data.Remove((CodeNamespaceImport)value);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
227elementList.Remove(elemRef); 258elementList.Remove(elemRef);
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (1)
175_list.Remove(_identifiers[identifier]);
PresentationCore (1)
System\Windows\Media\MediaSystem.cs (1)
124_mediaContexts.Remove(mc);
PresentationFramework (16)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
266names.Remove(child.Group.Name);
MS\Internal\Data\DefaultAsyncDataDispatcher.cs (1)
88_list.Remove(request);
MS\Internal\PtsHost\PtsContext.cs (2)
498_pages.Remove(ptsPage); 529_pageBreakRecords.Remove(br);
System\Windows\Data\ListCollectionView.cs (1)
2384ShadowCollection.Remove(e.OldItems[0]);
System\Windows\Documents\AdornerLayer.cs (1)
911adornerInfos.Remove(adornerInfo);
System\Windows\Documents\Highlights.cs (1)
247_layers.Remove(highlightLayer);
System\Windows\Documents\MoveSizeWinEventHandler.cs (1)
55_arTextStore.Remove(textstore);
System\Windows\Interop\HwndHost.cs (1)
102_hooks.Remove(value);
System\Windows\Navigation\NavigationService.cs (5)
614ChildNavigationServices.Remove(ncChild); 629PendingNavigationList.Remove(ncChild); 1906_parentNavigationService.PendingNavigationList.Remove(this); 2139_recursiveNavigateList.Remove(localNavigateQueueItem); 2495ncParent.PendingNavigationList.Remove(this);
System\Windows\WindowCollection.cs (2)
162_list.Remove(win); 170_list.Remove(index);
System.CodeDom (1)
System\CodeDom\CodeNamespaceImportCollection.cs (1)
102_data.Remove((CodeNamespaceImport)value);
System.Collections.Specialized (1)
System\Collections\Specialized\StringCollection.cs (1)
164data.Remove(value);
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationLockCollection.cs (5)
188_internalArraylist.Remove(name); 203_internalArraylist.Remove(name); 246_internalArraylist.Remove(key); 273_internalArraylist.Remove(name); 288_internalArraylist.Remove(removeKey);
System.Data.Common (7)
System\Data\ConstraintCollection.cs (2)
290List.Remove(constraint); 352List.Remove(oldArray[oldCur]);
System\Data\DataColumnCollection.cs (3)
283_list.Remove(column); 401_list.Remove(oldArray[oldCur]); 780_list.Remove(column);
System\Data\DataTableCollection.cs (1)
371_list.Remove(table);
System\Data\XMLSchema.cs (1)
1140_complexTypes.Remove(ct);
System.Diagnostics.Process (1)
System\Diagnostics\ProcessThreadCollection.cs (1)
73InnerList.Remove(thread);
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
281base.Remove(obj);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (1)
1376_list.Remove(value);
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (2)
305elementList.Remove(elemRef); 336elementList.Remove(elemRef);
System\Xml\Serialization\CodeIdentifiers.cs (1)
164_list.Remove(_identifiers[identifier]);
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs (1)
65_nodeArray.Remove(value);
System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs (2)
94_props.Remove(value); 99_props.Remove(value);
System\Security\Cryptography\Xml\ReferenceList.cs (1)
67_references.Remove(value);
System.Windows.Forms (1)
System\Windows\Forms\FormCollection.cs (1)
98InnerList.Remove(form);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1100InnerList.Remove(editorItem);
UIAutomationClient (1)
MS\Internal\Automation\WinEventWrap.cs (1)
92_clientCallbacks.Remove(clientCallback);