4 references to IsRecursiveDropOperation
System.Workflow.ComponentModel (4)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (4)
290
if (!this.wasCtrlKeyPressed &&
IsRecursiveDropOperation
(potentialDropTargetDesigner))
353
if ((!this.wasCtrlKeyPressed &&
IsRecursiveDropOperation
(potentialDropTargetDesigner)) ||
461
if (!this.wasCtrlKeyPressed &&
IsRecursiveDropOperation
(this.dropTargetDesigner) ||
737
if (
IsRecursiveDropOperation
(dropLocation.AssociatedDesigner))