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