I am porting some XAML from WPF to WinUI3. As far as I understand for now I can't use DynamicResource in WinUI3, but is there any workaround to use system color like this one in WPF:
<SolidColorBrush Color="{DynamicResource {x:Static SystemColors.HighlightColorKey}}"/>