我需要在 VisualTree 中获得一个弹出窗口,它是 Application.Current.RootVisual 的兄弟。有没有办法做到这一点?
我暂时找不到解决方法。
我试图获得 RootVisual 的父级,但它没有这样的。
var frame = Application.Current.RootVisual as PhoneApplicationFrame;
FrameworkElement fi = (FrameworkElement)VisualTreeHelper.GetParent(frame);
提前致谢