I am currently developing a Visual Studio extension, that needs to open a WPF form after firing a menuCommand.
I want to open the form relativly to the caret position, so I need to get the Caret's pixel position. I've checked This article
but it didn't work.
Help please?