I need to covert MapPoints to screen Points in my WPF application. As far as I can tell, this can only be accomplished through the MapView.LocationToScreen() method. What's the best way to access the MapView component from the rest of my application without compromising MVVM design?
Thanks!