Implemented interface member:
method
RemoveAt
System.Collections.IList.RemoveAt(System.Int32)
6 overrides of RemoveAt
mscorlib (5)
system\collections\arraylist.cs (5)
1037public override void RemoveAt(int index) { 1412public override void RemoveAt(int index) { 1794public override void RemoveAt(int index) { 2051public override void RemoveAt(int index) { 2442public override void RemoveAt(int index) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
680public override void RemoveAt(int item) {
162 references to RemoveAt
mscorlib (18)
system\collections\arraylist.cs (3)
589RemoveAt(index); 1414_list.RemoveAt(index); 2447_baseList.RemoveAt(_baseIndex + index);
system\collections\collectionbase.cs (4)
72InnerList.RemoveAt(index); 140InnerList.RemoveAt(index); 152InnerList.RemoveAt(index); 177InnerList.RemoveAt(index);
system\runtime\interopservices\tceadaptergen\tceadaptergenerator.cs (1)
103methods.RemoveAt(i);
system\runtime\remoting\ichannel.cs (1)
454_headerList.RemoveAt(co);
system\security\accesscontrol\acl.cs (1)
597_aces.RemoveAt( index );
system\security\policy\codegroup.cs (2)
536m_element.InternalChildren.RemoveAt( i ); 554m_element.InternalChildren.RemoveAt( i );
system\security\policy\policylevel.cs (3)
422namedPermissionSets.RemoveAt(permSetIndex); 1196m_permSetElement.InternalChildren.RemoveAt(m_permSetElement.InternalChildren.Count-1); 1422m_array.RemoveAt(count-1);
system\security\util\stringexpressionset.cs (3)
685this.m_list.RemoveAt( index ); 717this.m_list.RemoveAt( j ); 723this.m_list.RemoveAt( j );
PresentationBuildTasks (2)
Framework\System\Windows\Markup\ParserStack.cs (1)
83RemoveAt(Count - 1);
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
5885_xamlNodes.RemoveAt(i);
PresentationCore (3)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
984ranges.RemoveAt(i + 1);
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (2)
668elements.RemoveAt(i); 697elements.RemoveAt(i);
PresentationFramework (25)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (6)
203_viewList.RemoveAt(indexV); 206_rawList.RemoveAt(indexR); 277_viewList.RemoveAt(index); 280_rawList.RemoveAt(indexR); 675_viewList.RemoveAt(index); 677_rawList.RemoveAt(indexR);
src\Framework\MS\Internal\Data\DataExtensionMethods.cs (1)
61al.RemoveAt(oldIndex);
src\Framework\MS\Internal\PtsHost\Line.cs (1)
720glyphRunsCollection.RemoveAt(0);
src\Framework\MS\Internal\Utility\TraceLog.cs (1)
46_log.RemoveAt(0);
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (2)
327_positionList.RemoveAt(index); 802_positionList.RemoveAt(index);
src\Framework\System\Windows\Controls\RadioButton.cs (2)
127elements.RemoveAt(i); 155elements.RemoveAt(i);
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
253InternalList.RemoveAt(removeIndex);
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
2416ShadowCollection.RemoveAt(e.OldStartingIndex); 2442ShadowCollection.RemoveAt(tempIndex);
src\Framework\System\Windows\Documents\RtfFormatStack.cs (1)
59RemoveAt(Count - 1);
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (5)
541_runList.RemoveAt(index); 547_runList.RemoveAt(index + 1); 614_runList.RemoveAt(index); 641_runList.RemoveAt(index); // 647_runList.RemoveAt(index);
src\Framework\System\Windows\Documents\TextStore.cs (1)
1458_mouseSinks.RemoveAt(i);
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (1)
510RemoveAt(Count - 1);
src\Framework\System\Windows\Markup\ParserStack.cs (1)
83RemoveAt(Count - 1);
System (16)
compmod\system\codedom\CodeNamespaceImportCollection.cs (1)
209data.RemoveAt(index);
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (1)
149_allCompilerInfo.RemoveAt(i);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (3)
360_entriesArray.RemoveAt(i); 370_entriesArray.RemoveAt(i); 397_entriesArray.RemoveAt(index);
compmod\system\collections\specialized\ordereddictionary.cs (2)
316objectsArray.RemoveAt(index); 337objectsArray.RemoveAt(index);
compmod\system\collections\specialized\stringcollection.cs (1)
159data.RemoveAt(index);
compmod\system\componentmodel\design\serialization\ContextStack.cs (1)
116contextStack.RemoveAt(idx);
compmod\system\diagnostics\TraceListeners.cs (1)
183list.RemoveAt(index);
net\System\Net\_AuthenticationManagerDefault.cs (1)
156list.RemoveAt(i);
net\System\Net\_Connection.cs (1)
1388m_WriteList.RemoveAt(0);
net\System\Net\_TLSstream.cs (1)
593m_PendingIO.RemoveAt(m_PendingIO.Count-1);
net\System\Net\cookiecollection.cs (1)
244m_list.RemoveAt(idx);
sys\system\configuration\SettingsPropertyValueCollection.cs (2)
53_Values.RemoveAt(pos); 75_Values.RemoveAt(ipos);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
943_standardValues.RemoveAt(j);
System.Configuration (9)
System\Configuration\BaseConfigurationRecord.cs (1)
388_parent._locationSections.RemoveAt(i);
System\Configuration\ConfigurationElementCollection.cs (5)
535_items.RemoveAt(iFoundItem); 735_items.RemoveAt(index); 901_items.RemoveAt(RemoveIndex); 931_items.RemoveAt(RemoveIndex); 984_items.RemoveAt(index);
System\Configuration\ConfigurationPropertyCollection.cs (1)
85_items.RemoveAt(index);
System\Configuration\MgmtConfigurationRecord.cs (2)
906_locationSections.RemoveAt(i); 2057_locationSections.RemoveAt(i);
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (1)
943_standardValues.RemoveAt(j);
fx\src\data\System\Data\DataRelationCollection.cs (2)
596relations.RemoveAt(i); 757relations.RemoveAt(i);
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
2415rowElemList.RemoveAt( 0 ); 2439rowElemList.RemoveAt( 0 );
System.Drawing (3)
commonui\System\Drawing\ColorConverter.cs (1)
379arrayValues.RemoveAt(j);
misc\ClientUtils.cs (2)
332InnerList.RemoveAt(currentIndex); 417public void RemoveAt(int index) { InnerList.RemoveAt(index); }
System.Management (4)
Instrumentation\EventSource.cs (2)
275reqList.RemoveAt(0); 350reqList.RemoveAt(ndx);
InteropClasses\WMIInterop.cs (2)
2017reqList.RemoveAt(ndx); 2057reqList.RemoveAt(0);
System.Security (4)
system\security\cryptography\xml\c14nutil.cs (2)
628m_nodeArray.RemoveAt(index); 763m_ancestorStack.RemoveAt(m_ancestorStack.Count - 1);
system\security\cryptography\xml\encryptedkey.cs (1)
271m_references.RemoveAt(index);
system\security\cryptography\xml\encryptedtype.cs (1)
357m_props.RemoveAt(index);
System.Transactions (1)
System\Transactions\Oletx\OletxResourceManager.cs (1)
731resourceManager.reenlistList.RemoveAt( 0 );
System.Web (13)
Configuration\CapabilitiesState.cs (2)
67_regexlist.RemoveAt(_regexlist.Count - 1); 68_matchlist.RemoveAt(_matchlist.Count - 1);
Configuration\WebConfigurationHost.cs (1)
554list.RemoveAt(i);
SiteMapNodeCollection.cs (1)
223List.RemoveAt(index);
UI\ControlBuilder.cs (1)
1399SubBuilders.RemoveAt(SubBuilders.Count - 1);
UI\StateManagedCollection.cs (2)
145_collectionItems.RemoveAt(trueIndex); 678_collectionItems.RemoveAt(index);
UI\WebControls\ColumnCollection.cs (1)
189columns.RemoveAt(index);
UI\WebControls\ListItemCollection.cs (1)
275listItems.RemoveAt(index);
UI\WebControls\SelectedDatesCollection.cs (1)
153dateList.RemoveAt(index);
UI\WebParts\PersonalizationStateInfoCollection.cs (2)
92_values.RemoveAt(pos); 130_values.RemoveAt(ipos);
Util\ResourcePool.cs (1)
77_resources.RemoveAt(_resources.Count-1);
System.Web.ApplicationServices (2)
Security\MembershipUserCollection.cs (2)
39_Values.RemoveAt(pos); 54_Values.RemoveAt(ipos);
System.Web.DataVisualization (4)
Common\ChartTypes\ThreeLineBreakChart.cs (2)
504 highLowHistory.RemoveAt(0); 505 highLowHistory.RemoveAt(0);
Common\General\Chart.cs (2)
1384dataSourceFields.RemoveAt(index); 1392dataSourceFields.RemoveAt(index);
System.Web.Mobile (7)
UI\MobileControls\Design\Converters\StyleReferenceConverter.cs (1)
133styleArray.RemoveAt(i);
UI\MobileControls\DeviceSpecificChoiceCollection.cs (2)
76Items.RemoveAt(index); 86Items.RemoveAt(index);
UI\MobileControls\Form.cs (1)
409set.RemoveAt(j);
UI\MobileControls\MobileListItemCollection.cs (1)
172Items.RemoveAt (index);
UI\MobileControls\ObjectListCommandCollection.cs (1)
123Items.RemoveAt(index);
UI\MobileControls\ObjectListFieldCollection.cs (1)
147Items.RemoveAt(index);
System.Web.Services (1)
System\Web\Services\Description\SoapProtocolImporter.cs (1)
80responseList.RemoveAt(0);
System.Windows.Forms (29)
winforms\Managed\System\WinForms\AutoCompleteStringCollection.cs (1)
212data.RemoveAt(index);
winforms\Managed\System\WinForms\ComboBox.cs (2)
4345InnerList.RemoveAt(index); 4367InnerList.RemoveAt(index);
winforms\Managed\System\WinForms\Control.cs (1)
18616adviseList.RemoveAt(dwConnection - 1);
winforms\Managed\System\WinForms\DataGridColumnCollection.cs (1)
561items.RemoveAt(index);
winforms\Managed\System\WinForms\DataGridParentRows.cs (2)
314parents.RemoveAt(parentsCount); 380rowHeights.RemoveAt(rowHeights.Count - 1);
winforms\Managed\System\WinForms\DataGridTableCollection.cs (1)
341items.RemoveAt(index);
winforms\Managed\System\WinForms\DataGridViewCellCollection.cs (1)
473this.items.RemoveAt(index);
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (2)
358initialColumns.RemoveAt(smallestIndex); 1192this.items.RemoveAt(index);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
3124this.InnerArray.RemoveAt(index);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
2155this.SharedList.RemoveAt(rowIndex);
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
682base.RemoveAt(item);
winforms\Managed\System\WinForms\ImageList.cs (1)
1585imageInfoCollection.RemoveAt(index);
winforms\Managed\System\WinForms\Layout\ArrangedElementCollection.cs (1)
122void IList.RemoveAt(int index) { InnerList.RemoveAt(index); }
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1969_rows.RemoveAt(0);
winforms\Managed\System\WinForms\ListView.cs (1)
9172owner.listItemsArray.RemoveAt(index);
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
1785annualArrayOfDates.RemoveAt(i); 1809arrayOfDates.RemoveAt(i); 1829monthlyArrayOfDates.RemoveAt(i);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4444buttonList.RemoveAt(i);
winforms\Managed\System\WinForms\TableLayoutStyleCollection.cs (1)
104_innerList.RemoveAt(index);
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (1)
476InnerList.RemoveAt(index);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1518InnerList.RemoveAt(index);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2263InnerList.RemoveAt(index);
winforms\Managed\System\WinForms\TrustManager.cs (3)
559matchingTrusts.RemoveAt(entry); 568matchingTrusts.RemoveAt(entry); 587matchingTrusts.RemoveAt(entry);
System.Windows.Forms.DataVisualization (4)
Common\ChartTypes\ThreeLineBreakChart.cs (2)
504 highLowHistory.RemoveAt(0); 505 highLowHistory.RemoveAt(0);
Common\General\Chart.cs (2)
1384dataSourceFields.RemoveAt(index); 1392dataSourceFields.RemoveAt(index);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ReferenceService.cs (1)
210this.references.RemoveAt(i);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
2551positionalArgs.RemoveAt(positionalArgs.Count - 1);
System.Xml (3)
System\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs (1)
85list.RemoveAt(index);
System\Xml\Schema\Asttree.cs (1)
156this.stack.RemoveAt (Length - 1);
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2023list.RemoveAt(index);
UIAutomationClient (2)
MS\Internal\Automation\ClientEventManager.cs (2)
226_listeners.RemoveAt( i ); 327_listeners.RemoveAt(i);
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
474eventCreateParams.RemoveAt (index);
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (1)
1186_blockList.RemoveAt(blockIndex); // remove the old big raw data block
Shared\MS\Internal\CopyOnWriteList.cs (1)
183_LiveList.RemoveAt(index);
WsatUI (1)
MMCUI\WsatSecurityModel.cs (1)
177kerb.RemoveAt((int)indexesOfInvalidItems[i]);