I want to get mouse position relative to screen coordinates. I am using the following code to do that.
window.PointToScreen(Mouse.GetPosition(window));
It is working as expected. But my MouseMove event not firing outside the MainWindow. That is if I move my mouse over desktop with my window restored.
Any ideas appreciated.