File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 21
21
<Setter Property =" TextBlock.TextAlignment" Value =" Justify" />
22
22
<Setter Property =" TextElement.Foreground" Value =" {DynamicResource ToolTipForeground}" />
23
23
<Setter Property =" Foreground" Value =" {DynamicResource ToolTipForeground}" />
24
+ <Setter Property =" FontFamily" Value =" {DynamicResource {x:Static SystemFonts.StatusFontFamilyKey}}" />
25
+ <Setter Property =" FontSize" Value =" {DynamicResource {x:Static SystemFonts.StatusFontSizeKey}}" />
26
+ <Setter Property =" FontStyle" Value =" {DynamicResource {x:Static SystemFonts.StatusFontStyleKey}}" />
24
27
<Setter Property =" Background" Value =" {DynamicResource ToolTipBackground}" />
25
28
<Setter Property =" BorderBrush" Value =" {DynamicResource ToolTipBorderBrush}" />
26
29
<Setter Property =" BorderThickness" Value =" {DynamicResource ToolTipBorderThemeThickness}" />
Original file line number Diff line number Diff line change 4802
4802
<Setter Property =" TextBlock.TextAlignment" Value =" Justify" />
4803
4803
<Setter Property =" TextElement.Foreground" Value =" {DynamicResource ToolTipForeground}" />
4804
4804
<Setter Property =" Foreground" Value =" {DynamicResource ToolTipForeground}" />
4805
+ <Setter Property =" FontFamily" Value =" {DynamicResource {x:Static SystemFonts.StatusFontFamilyKey}}" />
4806
+ <Setter Property =" FontSize" Value =" {DynamicResource {x:Static SystemFonts.StatusFontSizeKey}}" />
4807
+ <Setter Property =" FontStyle" Value =" {DynamicResource {x:Static SystemFonts.StatusFontStyleKey}}" />
4805
4808
<Setter Property =" Background" Value =" {DynamicResource ToolTipBackground}" />
4806
4809
<Setter Property =" BorderBrush" Value =" {DynamicResource ToolTipBorderBrush}" />
4807
4810
<Setter Property =" BorderThickness" Value =" {DynamicResource ToolTipBorderThemeThickness}" />
Original file line number Diff line number Diff line change 4783
4783
<Setter Property =" TextBlock.TextAlignment" Value =" Justify" />
4784
4784
<Setter Property =" TextElement.Foreground" Value =" {DynamicResource ToolTipForeground}" />
4785
4785
<Setter Property =" Foreground" Value =" {DynamicResource ToolTipForeground}" />
4786
+ <Setter Property =" FontFamily" Value =" {DynamicResource {x:Static SystemFonts.StatusFontFamilyKey}}" />
4787
+ <Setter Property =" FontSize" Value =" {DynamicResource {x:Static SystemFonts.StatusFontSizeKey}}" />
4788
+ <Setter Property =" FontStyle" Value =" {DynamicResource {x:Static SystemFonts.StatusFontStyleKey}}" />
4786
4789
<Setter Property =" Background" Value =" {DynamicResource ToolTipBackground}" />
4787
4790
<Setter Property =" BorderBrush" Value =" {DynamicResource ToolTipBorderBrush}" />
4788
4791
<Setter Property =" BorderThickness" Value =" {DynamicResource ToolTipBorderThemeThickness}" />
Original file line number Diff line number Diff line change 4799
4799
<Setter Property =" TextBlock.TextAlignment" Value =" Justify" />
4800
4800
<Setter Property =" TextElement.Foreground" Value =" {DynamicResource ToolTipForeground}" />
4801
4801
<Setter Property =" Foreground" Value =" {DynamicResource ToolTipForeground}" />
4802
+ <Setter Property =" FontFamily" Value =" {DynamicResource {x:Static SystemFonts.StatusFontFamilyKey}}" />
4803
+ <Setter Property =" FontSize" Value =" {DynamicResource {x:Static SystemFonts.StatusFontSizeKey}}" />
4804
+ <Setter Property =" FontStyle" Value =" {DynamicResource {x:Static SystemFonts.StatusFontStyleKey}}" />
4802
4805
<Setter Property =" Background" Value =" {DynamicResource ToolTipBackground}" />
4803
4806
<Setter Property =" BorderBrush" Value =" {DynamicResource ToolTipBorderBrush}" />
4804
4807
<Setter Property =" BorderThickness" Value =" {DynamicResource ToolTipBorderThemeThickness}" />
You can’t perform that action at this time.
0 commit comments