5 references to AllowedEffects
PresentationCore (2)
Core\CSharp\System\Windows\DragDrop.cs (2)
1274if ((e.AllowedEffects & DragDropEffects.Move) != 0) 1302if ((e.AllowedEffects & DragDropEffects.Move) != 0)
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (3)
330if ((e.AllowedEffects & DragDropEffects.Move) != 0) 354if ((e.AllowedEffects & DragDropEffects.Move) != 0) 540if (e.Data == null || e.AllowedEffects == DragDropEffects.None)