'Which control has the focus in my WPF window, how to find this in Live Visual Tree?

I'm starting to work with a GUI related application in WPF.

I'm using the Live Visual Tree in Visual Studio to investigate the controls on my WPF window.
I know how I can find a control in the Live Visual Tree and see its attributes, but I can't do the other way around:

I am selecting a control on my WPF window while debugging (it's a button), and I would like Visual Studio to open/select/show/jump to that particular control in the Live Visual Tree. Is that even possible?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source