How to make it so the Canvas
MouseMove
event only fires if my mouse is over the Canvas
and the Canvas
only?
I have a TextBox
as a child of the Canvas
and it still fires when my mouse is moving over that TextBox
, i would like this to not happen, it should only fire when the mouse is moving over the Canvas
background/blank space for example.