4 references to Continue
PresentationCore (3)
System\Windows\DragDrop.cs (3)
504if (dragAction == DragAction.Continue || 648if (args.Action == DragAction.Continue) 832e.Action = DragAction.Continue;
PresentationFramework (1)
System\windows\Documents\TextEditorDragDrop.cs (1)
715e.Action = DragAction.Continue;