标签: wpf xaml this
我有一个按钮,当点击它时,应该打开一个新窗口作为模态窗口。我在考虑从xaml传递this,在viewmodel中,将父窗口设为Window.GetWindow(parameter)。在xaml中是否有this的等价物?
this
Window.GetWindow(parameter)
答案 0 :(得分:1)
除非您处于断开连接的环境中,否则您可以使用RelativeSource绑定AncestorType=Window来传递窗口。
RelativeSource
AncestorType=Window