DismissedLight
DismissedLight
> 我倒觉得可以剔除 参考其他有region的游戏处理吧
> catalog.apireview.net That's really helpful, I used to use the diff feature to upgrade from dotent 8 to 9. The diff reveals those changed api and I can easily adopt...
@Scighost see L#2693 https://github.com/microsoft/microsoft-ui-xaml/blob/589ced40542b9b4de2fddf0e58a1e3eecd164e2f/src/controls/dev/NavigationView/NavigationView.cpp#L2690-L2694 I guess you should delay the window creation
https://github.com/DGP-Studio/Snap.Hutao/blob/main/src/Snap.Hutao/Snap.Hutao/UI/Xaml/Behavior/ComboBoxSystemBackdropWorkaroundBehavior.cs Just use `ContentExternalBackdropLink`
Oh, The code I use is credit to @HO-COOH I just somehow translate his code from C++ to C#
> In the W11 settings app, if you go to the Date & Time page, you can easily see both texture and background. The settings app uses CoreWindow, and the...
> Everything returned is typed explicitly as `FrameworkElement` instead of the actual derived types. Yeah, use TryAs to check the actual type since the native abi should stay the same...