Top "Visualtreehelper" questions

WPF Get Element(s) under mouse

Is there a way with WPF to get an array of elements under the mouse on a MouseMove event?

wpf element visualtreehelper visual-tree
Problem with VisualTreeHelper.HitTest in WPF

I'm trying to hit-test a bunch of UserControls on a Canvas. I don't want the HitTest() to walk the whole …

wpf hittest visualtreehelper
VisualTreeHelper.GetChildren does not find children of TabItem

I have the following C# code to find children of a DepedendencyObject: public static IEnumerable<T> FindVisualChildren<…

wpf tabcontrol visualtreehelper