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