3 references to IsValidDragDropEffects
PresentationCore (3)
System\Windows\DragEventArgs.cs (2)
47if (!DragDrop.IsValidDragDropEffects(allowedEffects)) 145if (!DragDrop.IsValidDragDropEffects(value))
System\Windows\GiveFeedbackEventArgs.cs (1)
38if (!DragDrop.IsValidDragDropEffects(effects))