2 implementations of OnItemsCut
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
693object ICompositeView.OnItemsCut(List<ModelItem> itemsToCut)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
817public object OnItemsCut(List<ModelItem> itemsToCut)
1 reference to OnItemsCut
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
330containerMetaData = container.OnItemsCut(notifyDictionary[container]);