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