4 references to AllowedItemType
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (4)
702if (this.AllowedItemType.IsAssignableFrom(modelItem.ItemType)) 707else if (droppedObject is Type && this.AllowedItemType.IsAssignableFrom((Type)droppedObject)) 713if (this.AllowedItemType.IsAssignableFrom(droppedObject.GetType())) 783if (!DragDropHelper.AllowDrop(e.Data, this.Context, this.AllowedItemType))