Open
Description
Describe the bug
The exception is thrown after calling FirstOrDefault
on the value returned by VisualTreeHelper.FindElementsInHostCoordinates
.
To Reproduce
var elements = VisualTreeHelper.FindElementsInHostCoordinates(...);
var first = elements.FirstOrDefault();
Version Info
2.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment