2 references to DropTargetDesigner
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (2)
148
if (this.draggedDesignerImages == null || this.draggedDesignerImages.Count == 0 || !(
DropTargetDesigner
is FreeformActivityDesigner))
156
if (this.draggedDesignerImages != null &&
DropTargetDesigner
is FreeformActivityDesigner)