Base:
method
RemoveItem
System.Collections.ObjectModel.Collection<T>.RemoveItem(System.Int32)
8 overrides of RemoveItem
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
290protected override void RemoveItem(int index)
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
597protected override void RemoveItem(int index) { this.inner.InternalRemoveItem(index); }
System.Workflow.Activities (2)
Rules\DeclarativeConditionsCollection.cs (1)
67protected override void RemoveItem(int index)
Rules\RuleSetCollection.cs (1)
47protected override void RemoveItem(int index)
System.Workflow.ComponentModel (1)
AuthoringOM\ParameterBinding.cs (1)
104protected override void RemoveItem(int index)
System.Workflow.Runtime (1)
CorrelationToken.cs (1)
240protected override void RemoveItem(int index)
System.WorkflowServices (2)
System\Workflow\Activities\LogicalChannelCollection.cs (1)
56protected override void RemoveItem(int index)
System\Workflow\Activities\ReceiveContextCollection.cs (1)
56protected override void RemoveItem(int index)
8 references to RemoveItem
mscorlib (1)
system\collections\objectmodel\keyedcollection.cs (1)
123RemoveItem(i);
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
293base.RemoveItem(index);
System.Workflow.Activities (2)
Rules\DeclarativeConditionsCollection.cs (1)
72base.RemoveItem(index);
Rules\RuleSetCollection.cs (1)
52base.RemoveItem(index);
System.Workflow.ComponentModel (1)
AuthoringOM\ParameterBinding.cs (1)
109base.RemoveItem(index);
System.Workflow.Runtime (1)
CorrelationToken.cs (1)
242base.RemoveItem(index);
System.WorkflowServices (2)
System\Workflow\Activities\LogicalChannelCollection.cs (1)
58base.RemoveItem(index);
System\Workflow\Activities\ReceiveContextCollection.cs (1)
58base.RemoveItem(index);