-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Needs minimal repro projectneeds more informationNot enough information has been provided. Please share more detail as requestedNot enough information has been provided. Please share more detail as requested
Description
This issue has been moved from a ticket on Developer Community.
[severity:It bothers me. A fix would be nice]
hi,
the classes DragEventArgs and MouseEventArgs posses teh same method to retrive the mouse position: "GetPosition(IInputElement)".
It happend in my project, that I had to process the position in Mouse events and drag events.
To avoid dublicate code I had the idea to pass the event args to a method, but it wont compile.
How about an interface, which proviedes access to "GetPosition"?
chears
Michael
Original Comments
Feedback Bot on 4/29/2024, 02:58 PM:
(private comment, text removed)
Original Solutions
(no solutions)
Metadata
Metadata
Assignees
Labels
Needs minimal repro projectneeds more informationNot enough information has been provided. Please share more detail as requestedNot enough information has been provided. Please share more detail as requested