Is there any way to make WPF adorner ignore mouse entirely so that the UIElement behind the adorner still gets mouse events as if the adorner does not exist?
Set the IsHitTestVisible property of the Adorner to false
IsHitTestVisible
Adorner