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