private void ShowBuiltinStyleWindow(object sender, RoutedEventArgs e) { var win = new BuiltinStyleWindow(); win.Owner = this; win.Show(); }