我的 WPF 应用程序中有一个 MainWindow。
This MainWindow has a menu on the left and when a menu option is selected a UserControl is loaded on the right. 这类似于 asp.net 中的母版页
我现在想要做的是从 UserControl 显示一个模态窗口,它只允许用户与模态窗口交互。
我已经看到了显示模式窗口(http://www.codeproject.com/Articles/36516/WPF-Modal-Dialog)的主窗口示例,但不确定如何从 UserControl 加载它。