2 implementations of OnItemsPasted
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
706void ICompositeView.OnItemsPasted(List<object> itemsToPaste, List<object> metaData, Point pastePoint, WorkflowViewElement pastePointReference)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
833public void OnItemsPasted(List<object> itemsToPaste, List<object> metaData, Point pastePoint, WorkflowViewElement pastePointReference)
2 references to OnItemsPasted
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
446container.OnItemsPasted(clipboardObjects, metaData, pastePoint, pastePointReference);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1503viewElement.ActiveCompositeView.OnItemsPasted(itemsToPaste, metaData, new Point(), null);