Hi, I have a simple WPF drawing tools program (Line, box, ellipse, erase). My problem is that when I add transparency to the window thats being drawn on, it starts to have issues recognizing the mouse down event. With the drawing tools i've made, you don't click-drag-release to draw, you just click-drag-click. It's only the second mousedown having this issue. Any advice?