3 references to IsDropAllowed
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (3)
671
if (!this.
IsDropAllowed
(droppedObject))
859
if (
IsDropAllowed
(itemToPaste))
905
result = itemsToPaste.All(p => this.
IsDropAllowed
(p));