Property MouseGrabView
MouseGrabView
Gets the view that currently has grabbed the mouse (e.g., for dragging).
When this property is not null, all mouse events are routed to this view until UngrabMouse() is called or the mouse is released.
View? MouseGrabView { get; }