5 references to AllowedEffects
PresentationCore (2)
System\Windows\DragDrop.cs (2)
1228
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
1256
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
PresentationFramework (3)
System\windows\Documents\TextEditorDragDrop.cs (3)
300
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
324
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
510
if (e.Data == null || e.
AllowedEffects
== DragDropEffects.None)