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