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