How to use the newly added dark mode system added in recent Windows 11 builds. They added a dark mode variant of almost every control.
Whether apps should use dark mode or not.
typedef bool (WINAPI* ShouldAppsUseDarkMode_t)(); // ordinal 132| <ResourceDictionary | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
| xmlns:muxc="using:Microsoft.UI.Xaml.Controls" | |
| xmlns:taskbar="using:Taskbar" | |
| xmlns:udk="using:WindowsUdk.UI.Shell" | |
| x:Class="Taskbar.TaskbarResources"> | |
| <ResourceDictionary.ThemeDictionaries> |