3 references to IsValidDragDropEffects
PresentationCore (3)
System\Windows\DragEventArgs.cs (2)
61if (!DragDrop.IsValidDragDropEffects(allowedEffects)) 159if (!DragDrop.IsValidDragDropEffects(value))
System\Windows\GiveFeedbackEventArgs.cs (1)
42if (!DragDrop.IsValidDragDropEffects(effects))