|
5320 | 5320 | <RowDefinition Height="Auto" />
|
5321 | 5321 | </Grid.RowDefinitions>
|
5322 | 5322 | <Button x:Name="LanguageSwitcherSettingsLanguageSettingsButton" Background="{ThemeResource MenuFlyoutItemBackground}" Grid.Column="0" HorizontalAlignment="Left" Margin="0">
|
5323 |
| - <FontIcon FontFamily="Segoe MDL2 Assets" Glyph="" /> |
| 5323 | + <FontIcon FontFamily="{ThemeResource SymbolThemeFontFamily}" Glyph="" /> |
5324 | 5324 | </Button>
|
5325 | 5325 | <Button x:Name="LanguageSwitcherSettingsPenAndInkSettingsButton" Background="{ThemeResource MenuFlyoutItemBackground}" Grid.Column="1" HorizontalAlignment="Center" Margin="0">
|
5326 |
| - <FontIcon FontFamily="Segoe MDL2 Assets" Glyph="" /> |
| 5326 | + <FontIcon FontFamily="{ThemeResource SymbolThemeFontFamily}" Glyph="" /> |
5327 | 5327 | </Button>
|
5328 | 5328 | <Button x:Name="LanguageSwitcherSettingsHelpButton" Background="{ThemeResource MenuFlyoutItemBackground}" Grid.Column="2" HorizontalAlignment="Right" Margin="0">
|
5329 |
| - <FontIcon FontFamily="Segoe MDL2 Assets" Glyph="" /> |
| 5329 | + <FontIcon FontFamily="{ThemeResource SymbolThemeFontFamily}" Glyph="" /> |
5330 | 5330 | </Button>
|
5331 | 5331 | </Grid>
|
5332 | 5332 | </ControlTemplate>
|
|
8493 | 8493 | <ColumnDefinition Width="Auto" />
|
8494 | 8494 | </Grid.ColumnDefinitions>
|
8495 | 8495 | <ContentPresenter x:Name="ContentPresenter" Content="{TemplateBinding Content}" ContentTransitions="{TemplateBinding ContentTransitions}" ContentTemplate="{TemplateBinding ContentTemplate}" HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" AutomationProperties.AccessibilityView="Raw" />
|
8496 |
| - <TextBlock x:Name="ChevronTextBlock" Grid.Column="1" FontFamily="Segoe MDL2 Assets" FontSize="12" Text="" VerticalAlignment="Center" Margin="6,0,0,0" AutomationProperties.AccessibilityView="Raw" /> |
| 8496 | + <TextBlock x:Name="ChevronTextBlock" Grid.Column="1" FontFamily="{ThemeResource SymbolThemeFontFamily}" FontSize="12" Text="" VerticalAlignment="Center" Margin="6,0,0,0" AutomationProperties.AccessibilityView="Raw" /> |
8497 | 8497 | </Grid>
|
8498 | 8498 | </Grid>
|
8499 | 8499 | </ControlTemplate>
|
|
8722 | 8722 | <Button x:Name="PrimaryButton" Grid.Column="0" Foreground="{TemplateBinding Foreground}" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" Content="{TemplateBinding Content}" ContentTransitions="{TemplateBinding ContentTransitions}" ContentTemplate="{TemplateBinding ContentTemplate}" Command="{TemplateBinding Command}" CommandParameter="{TemplateBinding CommandParameter}" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" Padding="{TemplateBinding Padding}" IsTabStop="False" AutomationProperties.AccessibilityView="Raw" />
|
8723 | 8723 | <Button x:Name="SecondaryButton" Grid.Column="2" Foreground="{TemplateBinding Foreground}" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Padding="0,0,9,0" IsTabStop="False" AutomationProperties.AccessibilityView="Raw">
|
8724 | 8724 | <Button.Content>
|
8725 |
| - <TextBlock FontFamily="Segoe MDL2 Assets" FontSize="12" Text="" VerticalAlignment="Center" HorizontalAlignment="Right" AutomationProperties.AccessibilityView="Raw" /> |
| 8725 | + <TextBlock FontFamily="{ThemeResource SymbolThemeFontFamily}" FontSize="12" Text="" VerticalAlignment="Center" HorizontalAlignment="Right" AutomationProperties.AccessibilityView="Raw" /> |
8726 | 8726 | </Button.Content>
|
8727 | 8727 | </Button>
|
8728 | 8728 | </Grid>
|
|
14896 | 14896 | </Grid.ColumnDefinitions>
|
14897 | 14897 | <!-- Uno workaround: template-bind ContentTemplateSelector because it's not automatically propagated from the ContentControl -->
|
14898 | 14898 | <ContentPresenter x:Name="ContentPresenter" Content="{TemplateBinding Content}" ContentTransitions="{TemplateBinding ContentTransitions}" ContentTemplate="{TemplateBinding ContentTemplate}" ContentTemplateSelector="{TemplateBinding ContentTemplateSelector}" HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" AutomationProperties.AccessibilityView="Raw" />
|
14899 |
| - <TextBlock x:Name="ChevronTextBlock" Grid.Column="1" FontFamily="Segoe MDL2 Assets" FontSize="12" Text="" VerticalAlignment="Center" Margin="6,0,0,0" IsTextScaleFactorEnabled="False" AutomationProperties.AccessibilityView="Raw" /> |
| 14899 | + <TextBlock x:Name="ChevronTextBlock" Grid.Column="1" FontFamily="{ThemeResource SymbolThemeFontFamily}" FontSize="12" Text="" VerticalAlignment="Center" Margin="6,0,0,0" IsTextScaleFactorEnabled="False" AutomationProperties.AccessibilityView="Raw" /> |
14900 | 14900 | </Grid>
|
14901 | 14901 | </Grid>
|
14902 | 14902 | </ControlTemplate>
|
|
19388 | 19388 | <!-- 9794813: retire these two properties as customisation points once all resource keys available -->
|
19389 | 19389 | <Setter Property="Foreground" Value="{ThemeResource RatingControlCaptionForeground}" />
|
19390 | 19390 | <Setter Property="UseSystemFocusVisuals" Value="{StaticResource UseSystemFocusVisuals}" />
|
19391 |
| - <Setter Property="FontFamily" Value="Segoe MDL2 Assets" /> |
| 19391 | + <Setter Property="FontFamily" Value="{ThemeResource SymbolThemeFontFamily}" /> |
19392 | 19392 | <Setter Property="ItemInfo" Value="{ThemeResource MUX_RatingControlDefaultFontInfo}" />
|
19393 | 19393 | <!-- IsFocusEngagementEnabled means the control has to be "engaged" with
|
19394 | 19394 | using the A button before it actually receives key input from gamepad. -->
|
@@ -19459,11 +19459,11 @@
|
19459 | 19459 | </Style>
|
19460 | 19460 | <DataTemplate x:Key="BackgroundGlyphDefaultTemplate">
|
19461 | 19461 | <!-- -8, -8 are to compensate for the default scale down, plus factoring in margins -->
|
19462 |
| - <TextBlock Foreground="{ThemeResource RatingControlUnselectedForeground}" Margin="-8,-8,0,0" FontSize="32" Text="" AutomationProperties.AccessibilityView="Raw" FontFamily="Segoe MDL2 Assets" /> |
| 19462 | + <TextBlock Foreground="{ThemeResource RatingControlUnselectedForeground}" Margin="-8,-8,0,0" FontSize="32" Text="" AutomationProperties.AccessibilityView="Raw" FontFamily="{ThemeResource SymbolThemeFontFamily}" /> |
19463 | 19463 | </DataTemplate>
|
19464 | 19464 | <DataTemplate x:Key="ForegroundGlyphDefaultTemplate">
|
19465 | 19465 | <!-- -8, -8 are to compensate for the default scale down, plus factoring in margins -->
|
19466 |
| - <TextBlock Margin="-8,-8,0,0" FontSize="32" Text="" AutomationProperties.AccessibilityView="Raw" FontFamily="Segoe MDL2 Assets" /> |
| 19466 | + <TextBlock Margin="-8,-8,0,0" FontSize="32" Text="" AutomationProperties.AccessibilityView="Raw" FontFamily="{ThemeResource SymbolThemeFontFamily}" /> |
19467 | 19467 | </DataTemplate>
|
19468 | 19468 | <DataTemplate x:Key="BackgroundImageDefaultTemplate">
|
19469 | 19469 | <Image Margin="-8,-8,0,0" AutomationProperties.AccessibilityView="Raw" />
|
|
20521 | 20521 | <Button x:Name="PrimaryButton" Grid.Column="0" Foreground="{TemplateBinding Foreground}" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="Transparent" Content="{TemplateBinding Content}" ContentTransitions="{TemplateBinding ContentTransitions}" ContentTemplate="{TemplateBinding ContentTemplate}" Command="{TemplateBinding Command}" CommandParameter="{TemplateBinding CommandParameter}" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" Padding="{TemplateBinding Padding}" IsTabStop="False" AutomationProperties.AccessibilityView="Raw" />
|
20522 | 20522 | <Button x:Name="SecondaryButton" Grid.Column="2" Foreground="{TemplateBinding Foreground}" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="Transparent" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Padding="0,0,9,0" IsTabStop="False" AutomationProperties.AccessibilityView="Raw">
|
20523 | 20523 | <Button.Content>
|
20524 |
| - <TextBlock FontFamily="Segoe MDL2 Assets" FontSize="12" Text="" VerticalAlignment="Center" HorizontalAlignment="Right" IsTextScaleFactorEnabled="False" AutomationProperties.AccessibilityView="Raw" /> |
| 20524 | + <TextBlock FontFamily="{ThemeResource SymbolThemeFontFamily}" FontSize="12" Text="" VerticalAlignment="Center" HorizontalAlignment="Right" IsTextScaleFactorEnabled="False" AutomationProperties.AccessibilityView="Raw" /> |
20525 | 20525 | </Button.Content>
|
20526 | 20526 | </Button>
|
20527 | 20527 | </Grid>
|
|
0 commit comments