3 references to IsValidDragDropEffects
PresentationCore (3)
Core\CSharp\System\Windows\DragEventArgs.cs (2)
64if (!DragDrop.IsValidDragDropEffects(allowedEffects)) 165if (!DragDrop.IsValidDragDropEffects(value))
Core\CSharp\System\Windows\GiveFeedbackEventArgs.cs (1)
44if (!DragDrop.IsValidDragDropEffects(effects))