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