This question is locked. New answers and comments are not allowed.
Hello!
I have a question.
We use method VisualTreeHelper.FindElementsInHostCoordinates for finding all elements by mouse position.
In the Q1 Release this methods return window and child control.
But in the Q2 it's not return them.
How can I find all controls under mouse position in the window?
For more details, we use VisualTreeHelper.FindElementsInHostCoordinates(position, Application.Current.RootVisual)
I have a question.
We use method VisualTreeHelper.FindElementsInHostCoordinates for finding all elements by mouse position.
In the Q1 Release this methods return window and child control.
But in the Q2 it's not return them.
How can I find all controls under mouse position in the window?
For more details, we use VisualTreeHelper.FindElementsInHostCoordinates(position, Application.Current.RootVisual)
Thanks, Anatoly Chekh.