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