@@ -1409,6 +1409,7 @@ public static class ThemeResource
1409
1409
public static Microsoft.UI.Xaml.Media.SolidColorBrush MenuBarItemBorderBrushSelected => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["MenuBarItemBorderBrushSelected"];
1410
1410
public static Microsoft.UI.Xaml.Thickness MenuBarItemBorderThickness => (Microsoft.UI.Xaml.Thickness)App.Current.Resources["MenuBarItemBorderThickness"];
1411
1411
public static Microsoft.UI.Xaml.Thickness MenuBarItemButtonPadding => (Microsoft.UI.Xaml.Thickness)App.Current.Resources["MenuBarItemButtonPadding"];
1412
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush MenuBarItemForeground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["MenuBarItemForeground"];
1412
1413
public static Microsoft.UI.Xaml.Thickness MenuBarItemMargin => (Microsoft.UI.Xaml.Thickness)App.Current.Resources["MenuBarItemMargin"];
1413
1414
public static Microsoft.UI.Xaml.Media.SolidColorBrush MenuFlyoutItemBackground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["MenuFlyoutItemBackground"];
1414
1415
public static Microsoft.UI.Xaml.Media.SolidColorBrush MenuFlyoutItemBackgroundBrush => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["MenuFlyoutItemBackgroundBrush"];
@@ -1571,6 +1572,7 @@ public static class ThemeResource
1571
1572
public static Microsoft.UI.Xaml.Media.SolidColorBrush NavigationViewItemForegroundSelectedPressed => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["NavigationViewItemForegroundSelectedPressed"];
1572
1573
public static Microsoft.UI.Xaml.Media.SolidColorBrush NavigationViewItemHeaderForeground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["NavigationViewItemHeaderForeground"];
1573
1574
public static Microsoft.UI.Xaml.Style NavigationViewItemHeaderTextStyle => (Microsoft.UI.Xaml.Style)App.Current.Resources["NavigationViewItemHeaderTextStyle"];
1575
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush NavigationViewItemIconBackground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["NavigationViewItemIconBackground"];
1574
1576
public static Microsoft.UI.Xaml.Thickness NavigationViewItemInnerHeaderMargin => (Microsoft.UI.Xaml.Thickness)App.Current.Resources["NavigationViewItemInnerHeaderMargin"];
1575
1577
public static Microsoft.UI.Xaml.Thickness NavigationViewItemMargin => (Microsoft.UI.Xaml.Thickness)App.Current.Resources["NavigationViewItemMargin"];
1576
1578
public static System.Double NavigationViewItemOnLeftIconBoxHeight => (System.Double)App.Current.Resources["NavigationViewItemOnLeftIconBoxHeight"];
@@ -1842,7 +1844,10 @@ public static class ThemeResource
1842
1844
public static Microsoft.UI.Xaml.Thickness RadioButtonsTopHeaderMargin => (Microsoft.UI.Xaml.Thickness)App.Current.Resources["RadioButtonsTopHeaderMargin"];
1843
1845
public static Microsoft.UI.Xaml.Style RadioMenuFlyoutSubItemStyle => (Microsoft.UI.Xaml.Style)App.Current.Resources["RadioMenuFlyoutSubItemStyle"];
1844
1846
public static Microsoft.UI.Xaml.Media.SolidColorBrush RatingControlCaptionForeground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["RatingControlCaptionForeground"];
1847
+ public static System.Double RatingControlCaptionTopMargin => (System.Double)App.Current.Resources["RatingControlCaptionTopMargin"];
1845
1848
public static Microsoft.UI.Xaml.Media.SolidColorBrush RatingControlDisabledSelectedForeground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["RatingControlDisabledSelectedForeground"];
1849
+ public static System.Double RatingControlFontSizeForRendering => (System.Double)App.Current.Resources["RatingControlFontSizeForRendering"];
1850
+ public static System.Double RatingControlItemSpacing => (System.Double)App.Current.Resources["RatingControlItemSpacing"];
1846
1851
public static Microsoft.UI.Xaml.Media.SolidColorBrush RatingControlPlaceholderForeground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["RatingControlPlaceholderForeground"];
1847
1852
public static Microsoft.UI.Xaml.Media.SolidColorBrush RatingControlPointerOverPlaceholderForeground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["RatingControlPointerOverPlaceholderForeground"];
1848
1853
public static Microsoft.UI.Xaml.Media.SolidColorBrush RatingControlPointerOverSelectedForeground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["RatingControlPointerOverSelectedForeground"];
@@ -2584,6 +2589,45 @@ public static class ThemeResource
2584
2589
public static System.Double TimePickerThemeMinWidth => (System.Double)App.Current.Resources["TimePickerThemeMinWidth"];
2585
2590
public static Microsoft.UI.Xaml.Thickness TimePickerThirdHostThemeMargin => (Microsoft.UI.Xaml.Thickness)App.Current.Resources["TimePickerThirdHostThemeMargin"];
2586
2591
public static Microsoft.UI.Xaml.Thickness TimePickerTopHeaderMargin => (Microsoft.UI.Xaml.Thickness)App.Current.Resources["TimePickerTopHeaderMargin"];
2592
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarBackButtonBackground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarBackButtonBackground"];
2593
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarBackButtonBackgroundDisabled => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarBackButtonBackgroundDisabled"];
2594
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarBackButtonBackgroundPointerOver => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarBackButtonBackgroundPointerOver"];
2595
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarBackButtonBackgroundPressed => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarBackButtonBackgroundPressed"];
2596
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarBackButtonForeground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarBackButtonForeground"];
2597
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarBackButtonForegroundDisabled => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarBackButtonForegroundDisabled"];
2598
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarBackButtonForegroundPointerOver => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarBackButtonForegroundPointerOver"];
2599
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarBackButtonForegroundPressed => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarBackButtonForegroundPressed"];
2600
+ public static Microsoft.UI.Xaml.Style TitleBarBackButtonStyle => (Microsoft.UI.Xaml.Style)App.Current.Resources["TitleBarBackButtonStyle"];
2601
+ public static System.Double TitleBarBackButtonWidth => (System.Double)App.Current.Resources["TitleBarBackButtonWidth"];
2602
+ public static Windows.UI.Color TitleBarCaptionButtonBackgroundColor => (Windows.UI.Color)App.Current.Resources["TitleBarCaptionButtonBackgroundColor"];
2603
+ public static Windows.UI.Color TitleBarCaptionButtonForegroundColor => (Windows.UI.Color)App.Current.Resources["TitleBarCaptionButtonForegroundColor"];
2604
+ public static Windows.UI.Color TitleBarCaptionButtonHoverBackgroundColor => (Windows.UI.Color)App.Current.Resources["TitleBarCaptionButtonHoverBackgroundColor"];
2605
+ public static Windows.UI.Color TitleBarCaptionButtonHoverForegroundColor => (Windows.UI.Color)App.Current.Resources["TitleBarCaptionButtonHoverForegroundColor"];
2606
+ public static Windows.UI.Color TitleBarCaptionButtonInactiveForegroundColor => (Windows.UI.Color)App.Current.Resources["TitleBarCaptionButtonInactiveForegroundColor"];
2607
+ public static Windows.UI.Color TitleBarCaptionButtonPressedBackgroundColor => (Windows.UI.Color)App.Current.Resources["TitleBarCaptionButtonPressedBackgroundColor"];
2608
+ public static Windows.UI.Color TitleBarCaptionButtonPressedForegroundColor => (Windows.UI.Color)App.Current.Resources["TitleBarCaptionButtonPressedForegroundColor"];
2609
+ public static System.Double TitleBarCompactHeight => (System.Double)App.Current.Resources["TitleBarCompactHeight"];
2610
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarDeactivatedForegroundBrush => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarDeactivatedForegroundBrush"];
2611
+ public static System.Double TitleBarDeactivatedOpacity => (System.Double)App.Current.Resources["TitleBarDeactivatedOpacity"];
2612
+ public static System.Double TitleBarExpandedHeight => (System.Double)App.Current.Resources["TitleBarExpandedHeight"];
2613
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarForegroundBrush => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarForegroundBrush"];
2614
+ public static System.Double TitleBarHeaderNegativeInsetPaddingWidth => (System.Double)App.Current.Resources["TitleBarHeaderNegativeInsetPaddingWidth"];
2615
+ public static System.Double TitleBarLeftHeaderPaddingWidth => (System.Double)App.Current.Resources["TitleBarLeftHeaderPaddingWidth"];
2616
+ public static System.Double TitleBarLeftPaddingWidth => (System.Double)App.Current.Resources["TitleBarLeftPaddingWidth"];
2617
+ public static System.Double TitleBarMinDragRegionWidth => (System.Double)App.Current.Resources["TitleBarMinDragRegionWidth"];
2618
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarPaneToggleButtonBackground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarPaneToggleButtonBackground"];
2619
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarPaneToggleButtonBackgroundDisabled => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarPaneToggleButtonBackgroundDisabled"];
2620
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarPaneToggleButtonBackgroundPointerOver => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarPaneToggleButtonBackgroundPointerOver"];
2621
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarPaneToggleButtonBackgroundPressed => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarPaneToggleButtonBackgroundPressed"];
2622
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarPaneToggleButtonForeground => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarPaneToggleButtonForeground"];
2623
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarPaneToggleButtonForegroundPointerOver => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarPaneToggleButtonForegroundPointerOver"];
2624
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarPaneToggleButtonForegroundPressed => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarPaneToggleButtonForegroundPressed"];
2625
+ public static Microsoft.UI.Xaml.Style TitleBarPaneToggleButtonStyle => (Microsoft.UI.Xaml.Style)App.Current.Resources["TitleBarPaneToggleButtonStyle"];
2626
+ public static System.Double TitleBarPaneToggleButtonWidth => (System.Double)App.Current.Resources["TitleBarPaneToggleButtonWidth"];
2627
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarPaneToggleForegroundDisabled => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarPaneToggleForegroundDisabled"];
2628
+ public static System.Double TitleBarRightPaddingWidth => (System.Double)App.Current.Resources["TitleBarRightPaddingWidth"];
2629
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarSubtitleDeactivatedForegroundBrush => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarSubtitleDeactivatedForegroundBrush"];
2630
+ public static Microsoft.UI.Xaml.Media.SolidColorBrush TitleBarSubtitleForegroundBrush => (Microsoft.UI.Xaml.Media.SolidColorBrush)App.Current.Resources["TitleBarSubtitleForegroundBrush"];
2587
2631
public static System.Double TitleLargeTextBlockFontSize => (System.Double)App.Current.Resources["TitleLargeTextBlockFontSize"];
2588
2632
public static Microsoft.UI.Xaml.Style TitleLargeTextBlockStyle => (Microsoft.UI.Xaml.Style)App.Current.Resources["TitleLargeTextBlockStyle"];
2589
2633
public static System.Double TitleTextBlockFontSize => (System.Double)App.Current.Resources["TitleTextBlockFontSize"];
0 commit comments