I'm building an add-in that reacts when the user selects a control in the designer window. I can get the selected control name and type from the Win Forms designer but the WPF designer seems to be a different animal all together.
How can I access the currently selected control on the WPF designer from an Visual Studio Add-in?
How can I access the currently selected control on the WPF designer from an Visual Studio Add-in?