5 references to AllowedEffects
PresentationCore (2)
System\Windows\DragDrop.cs (2)
1236
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
1264
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
PresentationFramework (3)
System\windows\Documents\TextEditorDragDrop.cs (3)
318
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
342
if ((e.
AllowedEffects
& DragDropEffects.Move) != 0)
528
if (e.Data == null || e.
AllowedEffects
== DragDropEffects.None)