4 references to Continue
PresentationCore (3)
Core\CSharp\System\Windows\DragDrop.cs (3)
549
if (dragAction == DragAction.
Continue
||
694
if (args.Action == DragAction.
Continue
)
878
e.Action = DragAction.
Continue
;
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
761
e.Action = DragAction.
Continue
;