30 overrides of RemoveItem
mscorlib (1)
system\collections\objectmodel\keyedcollection.cs (1)
172protected override void RemoveItem(int index) {
PresentationCore (1)
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (1)
322protected override sealed void RemoveItem(int index)
PresentationFramework (6)
src\Framework\MS\Internal\Data\BindingCollection.cs (1)
77protected override void RemoveItem(int index)
src\Framework\MS\Internal\Data\ParameterCollection.cs (1)
87protected override void RemoveItem(int index)
src\Framework\System\Windows\ConditionCollection.cs (1)
50protected override void RemoveItem(int index)
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
230protected override void RemoveItem(int index)
src\Framework\System\Windows\SetterBaseCollection.cs (1)
50protected override void RemoveItem(int index)
src\Framework\System\Windows\TriggerCollection.cs (1)
65protected override void RemoveItem(int index)
System (5)
compmod\system\collections\objectmodel\observablecollection.cs (1)
194protected override void RemoveItem(int index)
compmod\system\componentmodel\BindingList.cs (1)
235protected override void RemoveItem(int index) {
net\System\Net\mail\AlternateViewCollection.cs (1)
27protected override void RemoveItem(int index){
net\System\Net\mail\AttachmentCollection.cs (1)
25protected override void RemoveItem(int index){
net\System\Net\mail\LinkedResourceCollection.cs (1)
28protected override void RemoveItem(int index){
System.Activities (1)
System\Activities\ActivityBuilder.cs (1)
247protected override void RemoveItem(int index)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (1)
89protected override void RemoveItem(int index)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (1)
89protected override void RemoveItem(int index)
System.IdentityModel (2)
System\IdentityModel\ImmutableCollection.cs (1)
48protected override void RemoveItem(int index)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
501protected override void RemoveItem(int index)
System.ServiceModel (4)
System\Collections\ObjectModel\FreezableCollection.cs (1)
58protected override void RemoveItem(int index)
System\ServiceModel\Channels\ChannelParameterCollection.cs (1)
59protected override void RemoveItem(int index)
System\ServiceModel\Dispatcher\XPathMessageQueryCollection.cs (1)
84protected override void RemoveItem(int index)
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (1)
182protected override void RemoveItem(int index)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (1)
507protected override void RemoveItem(int index)
System.ServiceModel.Internals (1)
System\Runtime\Collections\ValidatingCollection.cs (1)
48protected override void RemoveItem(int index)
System.Web (1)
Routing\RouteCollection.cs (1)
336protected override void RemoveItem(int index) {
System.Web.DataVisualization (1)
Common\General\BaseCollections.cs (1)
178protected override void RemoveItem(int index)
System.Web.DynamicData (1)
DynamicData\DataControlReferenceCollection.cs (1)
45protected override void RemoveItem(int index) {
System.Web.Extensions (1)
UI\UpdatePanelTriggerCollection.cs (1)
65protected override void RemoveItem(int index) {
System.Windows.Forms.DataVisualization (1)
Common\General\BaseCollections.cs (1)
178protected override void RemoveItem(int index)
WindowsBase (1)
Base\System\ComponentModel\SortDescriptionCollection.cs (1)
87protected override void RemoveItem(int index)
34 references to RemoveItem
mscorlib (3)
system\collections\objectmodel\collection.cs (2)
113RemoveItem(index); 126RemoveItem(index);
system\collections\objectmodel\keyedcollection.cs (1)
177base.RemoveItem(index);
PresentationCore (1)
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (1)
325base.RemoveItem(index);
PresentationFramework (6)
src\Framework\MS\Internal\Data\BindingCollection.cs (1)
80base.RemoveItem(index);
src\Framework\MS\Internal\Data\ParameterCollection.cs (1)
90base.RemoveItem(index);
src\Framework\System\Windows\ConditionCollection.cs (1)
53base.RemoveItem(index);
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
233base.RemoveItem(index);
src\Framework\System\Windows\SetterBaseCollection.cs (1)
53base.RemoveItem(index);
src\Framework\System\Windows\TriggerCollection.cs (1)
70base.RemoveItem(index);
System (6)
compmod\system\collections\objectmodel\observablecollection.cs (2)
199base.RemoveItem(index); 244base.RemoveItem(oldIndex);
compmod\system\componentmodel\BindingList.cs (1)
247base.RemoveItem(index);
net\System\Net\mail\AlternateViewCollection.cs (1)
32base.RemoveItem(index);
net\System\Net\mail\AttachmentCollection.cs (1)
30base.RemoveItem(index);
net\System\Net\mail\LinkedResourceCollection.cs (1)
33base.RemoveItem(index);
System.Activities (1)
System\Activities\ActivityBuilder.cs (1)
249base.RemoveItem(index);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (1)
98base.RemoveItem(index);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (1)
98base.RemoveItem(index);
System.IdentityModel (3)
System\IdentityModel\ImmutableCollection.cs (1)
53base.RemoveItem(index);
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (2)
492base.RemoveItem(index); 504base.RemoveItem(index);
System.ServiceModel (4)
System\Collections\ObjectModel\FreezableCollection.cs (1)
61base.RemoveItem(index);
System\ServiceModel\Channels\ChannelParameterCollection.cs (1)
62base.RemoveItem(index);
System\ServiceModel\Dispatcher\XPathMessageQueryCollection.cs (1)
87base.RemoveItem(index);
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (1)
184base.RemoveItem(index);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (1)
510base.RemoveItem(index);
System.ServiceModel.Internals (1)
System\Runtime\Collections\ValidatingCollection.cs (1)
51base.RemoveItem(index);
System.Web (1)
Routing\RouteCollection.cs (1)
338base.RemoveItem(index);
System.Web.DataVisualization (1)
Common\General\BaseCollections.cs (1)
182base.RemoveItem(index);
System.Web.DynamicData (1)
DynamicData\DataControlReferenceCollection.cs (1)
47base.RemoveItem(index);
System.Web.Extensions (1)
UI\UpdatePanelTriggerCollection.cs (1)
67base.RemoveItem(index);
System.Windows.Forms.DataVisualization (1)
Common\General\BaseCollections.cs (1)
182base.RemoveItem(index);
WindowsBase (1)
Base\System\ComponentModel\SortDescriptionCollection.cs (1)
90base.RemoveItem(index);