Implemented interface member:
method
RemoveAt
System.Collections.IList.RemoveAt(System.Int32)
7 overrides of RemoveAt
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
284public override void RemoveAt(int index)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (5)
960public override void RemoveAt(int index) 1380public override void RemoveAt(int index) 1792public override void RemoveAt(int index) 2047public override void RemoveAt(int index) 2442public override void RemoveAt(int index)
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\DomainUpDown.DomainUpDownItemCollection.cs (1)
83public override void RemoveAt(int item)
76 references to RemoveAt
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs (1)
238_data.RemoveAt(index);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs (1)
96list.RemoveAt(index);
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (1)
181_stack.RemoveAt(Length - 1);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
2335_list.RemoveAt(index);
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserStack.cs (1)
62RemoveAt(Count - 1);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
5926_xamlNodes.RemoveAt(i);
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (1)
918ranges.RemoveAt(i + 1);
System\Windows\Input\AccessKeyManager.cs (2)
569elements.RemoveAt(i); 598elements.RemoveAt(i);
PresentationFramework (24)
MS\Internal\Controls\InnerItemCollectionView.cs (6)
199_viewList.RemoveAt(indexV); 202_rawList.RemoveAt(indexR); 273_viewList.RemoveAt(index); 276_rawList.RemoveAt(indexR); 670_viewList.RemoveAt(index); 672_rawList.RemoveAt(indexR);
MS\Internal\Data\DataExtensionMethods.cs (1)
53al.RemoveAt(oldIndex);
MS\Internal\Utility\TraceLog.cs (1)
41_log.RemoveAt(0);
System\Windows\Controls\PasswordTextContainer.cs (2)
317_positionList.RemoveAt(index); 792_positionList.RemoveAt(index);
System\Windows\Controls\RadioButton.cs (2)
122elements.RemoveAt(i); 150elements.RemoveAt(i);
System\Windows\Data\CompositeCollection.cs (1)
236InternalList.RemoveAt(removeIndex);
System\Windows\Data\ListCollectionView.cs (2)
2380ShadowCollection.RemoveAt(e.OldStartingIndex); 2406ShadowCollection.RemoveAt(tempIndex);
System\Windows\Documents\RtfFormatStack.cs (1)
56RemoveAt(Count - 1);
System\Windows\Documents\SpellerStatusTable.cs (5)
538_runList.RemoveAt(index); 544_runList.RemoveAt(index + 1); 611_runList.RemoveAt(index); 638_runList.RemoveAt(index); // just one char, unless it's an error run. 644_runList.RemoveAt(index);
System\Windows\Documents\TextStore.cs (1)
1570_mouseSinks.RemoveAt(i);
System\Windows\Documents\XamlToRtfParser.cs (1)
507RemoveAt(Count - 1);
System\Windows\Markup\ParserStack.cs (1)
62RemoveAt(Count - 1);
System.CodeDom (1)
System\CodeDom\CodeNamespaceImportCollection.cs (1)
108_data.RemoveAt(index);
System.Collections.NonGeneric (4)
System\Collections\CollectionBase.cs (4)
78InnerList.RemoveAt(index); 159InnerList.RemoveAt(index); 172InnerList.RemoveAt(index); 202InnerList.RemoveAt(index);
System.Collections.Specialized (6)
System\Collections\Specialized\NameObjectCollectionBase.cs (3)
214_entriesArray.RemoveAt(i); 226_entriesArray.RemoveAt(i); 256_entriesArray.RemoveAt(index);
System\Collections\Specialized\OrderedDictionary.cs (2)
338objectsArray.RemoveAt(index); 362objectsArray.RemoveAt(index);
System\Collections\Specialized\StringCollection.cs (1)
172data.RemoveAt(index);
System.Configuration.ConfigurationManager (11)
System\Configuration\BaseConfigurationRecord.cs (1)
374_parent._locationSections.RemoveAt(i);
System\Configuration\ConfigurationElementCollection.cs (5)
571Items.RemoveAt(iFoundItem); 776Items.RemoveAt(index); 923while (Count - _inheritedCount > 0) Items.RemoveAt(removeIndex); 951Items.RemoveAt(removeIndex); 998Items.RemoveAt(index);
System\Configuration\ConfigurationPropertyCollection.cs (1)
71_items.RemoveAt(index);
System\Configuration\MgmtConfigurationRecord.cs (2)
788_locationSections.RemoveAt(i); 1916if (_removedSections.Contains(locationSectionRecord.ConfigKey)) _locationSections.RemoveAt(i);
System\Configuration\SettingsPropertyValueCollection.cs (2)
33_values.RemoveAt(pos); 53_values.RemoveAt(ipos);
System.Data.Common (4)
System\Data\DataRelationCollection.cs (2)
654_relations.RemoveAt(i); 846_relations.RemoveAt(i);
System\Xml\XmlDataDocument.cs (2)
2696rowElemList.RemoveAt(0); 2725rowElemList.RemoveAt(0);
System.Diagnostics.Process (1)
System\Diagnostics\ProcessModuleCollection.cs (1)
31internal void RemoveAt(int index) => InnerList.RemoveAt(index);
System.Net.Primitives (2)
System\Net\CookieCollection.cs (2)
109m_list.RemoveAt(idx); 246m_list.RemoveAt(idx);
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
287base.RemoveAt(index);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (3)
508RemoveAt(index); 1384_list.RemoveAt(index); 2447_baseList.RemoveAt(_baseIndex + index);
System.Private.Xml (2)
System\Xml\Schema\Asttree.cs (1)
182_stack.RemoveAt(Length - 1);
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2382_list.RemoveAt(index);
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs (1)
60_ancestorStack.RemoveAt(_ancestorStack.Count - 1);
System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs (1)
70_nodeArray.RemoveAt(index);
System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs (1)
104_props.RemoveAt(index);
System\Security\Cryptography\Xml\ReferenceList.cs (1)
72_references.RemoveAt(index);
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\DomainUpDown.DomainUpDownItemCollection.cs (1)
86base.RemoveAt(item);
System\Windows\Forms\FormCollection.cs (1)
109InnerList.RemoveAt(index);
UIAutomationClient (2)
MS\Internal\Automation\ClientEventManager.cs (2)
209_listeners.RemoveAt( i ); 310_listeners.RemoveAt(i);