我想檢查是否打開或關閉一些窗口。如果窗口已經打開重點是。如果窗口已經關閉,請打開窗口。 我用這個代碼: public static bool IsWindowOpen<T>(string name = "") where T : Window
{
return string.IsNullOrEmpty(name)? Application.Current.Windows.OfType<
因此,如前面提到的問題中,我問WPF Data Binding From UserControl我有成功的基礎綁定了我的控件的TabHeader基於我的UserControls代碼中的值使用DependencyProperty後面的文件,並實現了一個類似用INotifyPropertyChanged實現。 但是我現在需要它來處理UserControls ViewModel的值。我可以使用INoti