2 implementations of CanPasteItems
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
731
bool ICompositeView.
CanPasteItems
(List<object> itemsToPaste)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
900
public bool
CanPasteItems
(List<object> itemsToPaste)
3 references to CanPasteItems
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (2)
759
result = container.
CanPasteItems
(itemsToPaste);
764
result = container.
CanPasteItems
(itemsToPaste.GetRange(0, 1));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1443
e.CanExecute = container.
CanPasteItems
(itemsToPaste);