Baochen Wang

Results 7 issues of Baochen Wang

I downloaded the 0.9.6 nuget package (https://www.nuget.org/api/v2/package/ModernWpfUI/0.9.6). There are no chinese resource assemblies in the latest 0.9.6. It should be the break changes from wpf: https://github.com/dotnet/wpf/issues/5381

needs-triage

An `AppBarToggleButton` in the `CommandBarFlyout` and it is binding to view model. The `CommandBarFlyout` will close immediately then it is opening if the `IsChected` in view model is not same...

needs-triage

The flyout in SecondaryCommands doesn't popup. But the WinUI support that. The test code in CommandBarPage.xaml: ```XAML ``` WinUI: ![winui](https://user-images.githubusercontent.com/1419783/103121258-5d67ad80-46b6-11eb-8857-cf1ed59ceeff.png) ModernWpf: ![modenwpf](https://user-images.githubusercontent.com/1419783/103121263-635d8e80-46b6-11eb-90db-4f5f28ae866f.png)

needs-triage

Fixes #497 Problem: Refer to https://github.com/dotnet/msbuild/issues/3897 When building with dotnet cli, certain cultures cannot be utilized for resource localization, such as getting localized strings. This impacts both the build process...

**Describe the bug** CommandBarButton's flyout doesn't pup up when the button is in SecondaryCommands. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop/Platform (please complete the following information):**...

bug

### Describe the bug The modal dialog flashes on macOS when clicking the parent window. https://github.com/AvaloniaUI/Avalonia/assets/1419783/55fb6ebe-ea16-4462-aba5-8badde0dfbb2 ### To Reproduce 1. Show modal with `ShowDialog` method. ``` var dialog = new...

bug
os-macos

### Is your feature request related to a problem? Please describe. Avalonia supports WindowState.Fullscreen, which allows a window to be displayed fullscreen on the current screen. This is a great...

enhancement