Hello, so I have this UserControl that's inside of another UserControl. Lets call them ParentUC and ChildUC. I need to get ParentUC from ChildUC.
I know to get the window owner would be Window.GetWindow(userControl), but UserControl doesn't have a method like this AFAIK.
Thanks for the help!