I have WPF application in which there are some controls on a screen layer. Navigating between the controls using TAB (keyboard) works appropriately, and I can see the image gets focus using SNOOP. BUT - Clicking the image doesn't set the focus on it.
If it matters - I enter a function I need via both (click and enter) events handlers... Just the focus is not being recieved in the click case, that's the confusion I can't understand.
An
Imageelement doesn't get focused by default when you click on it. You could write some code that focuses it though. Just handle theMouseLeftButtonDownevent: