I am looking for a way to create a ring or halo around the mouse cursor. I created this functionality in ArcGIS Desktop using ArcObjects, but now I need to port it over to ArcGIS Pro with WPF. I know that I could do this using a Map Tool, but I need the halo to persist and not be tied just to when a single tool is active. With that being said, before I tackle the ring/halo portion of the task, I need a way to get the mouse cursor coordinates as it passes over the active map frame. I am looking into MouseEventArgs, which is what I used in ArcGIS Desktop. However, I can't get this to work in Pro. Is there anything in the ArcGIS Pro SDK like ArcMap.Document.CurrentLocation or some other way of getting the mouse cursor location on mouse move? Any assistance would be greatly appreciated.