5 references to AllowedEffects
PresentationCore (2)
System\Windows\DragDrop.cs (2)
1229
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
1257
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
PresentationFramework (3)
System\windows\Documents\TextEditorDragDrop.cs (3)
301
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
325
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
511
if (e.Data == null || e.
AllowedEffects
== DragDropEffects.None)