Implemented interface member:
method
Remove
System.Collections.Generic.ICollection<T>.Remove(T)
1 override of Remove
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
491
public override bool
Remove
(ModelItem item)
9 references to Remove
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\MorphHelper.cs (1)
77
collectionParent.
Remove
(oldModelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
399
collection.
Remove
(arg.ReflectedObject);
540
argumentsCollection.
Remove
(argument);
1175
attributes.
Remove
(toRemove);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
478
collection.
Remove
(arg.ReflectedObject);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (4)
653
this.Items.
Remove
(modelItem);
808
this.Items.
Remove
(modelItem);
822
this.Items.
Remove
(item);
893
this.Items.
Remove
(p);