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