I am looking to get a WPF window and traverse it's controls. I'm able to get the hWnd and i've found other posts on traversing the controls using a DependencyObject. How do I get a DependencyObject from a hWnd? Is it even possible?
See Question&Answers more detail:os