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