3 writes to exceptionInDragDrop
System.Workflow.ComponentModel (3)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (3)
260
this.
exceptionInDragDrop
= true;
559
this.
exceptionInDragDrop
= false;
584
this.
exceptionInDragDrop
= false;
2 references to exceptionInDragDrop
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (2)
312
if (eventArgs.Effect == DragDropEffects.None && this.
exceptionInDragDrop
)
400
if (eventArgs.Effect == DragDropEffects.None && this.
exceptionInDragDrop
)