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 2121 <Setter Property =" TextBlock.TextAlignment" Value =" Justify" />
2222 <Setter Property =" TextElement.Foreground" Value =" {DynamicResource ToolTipForeground}" />
2323 <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}}" />
2427 <Setter Property =" Background" Value =" {DynamicResource ToolTipBackground}" />
2528 <Setter Property =" BorderBrush" Value =" {DynamicResource ToolTipBorderBrush}" />
2629 <Setter Property =" BorderThickness" Value =" {DynamicResource ToolTipBorderThemeThickness}" />
Original file line number Diff line number Diff line change 48024802 <Setter Property =" TextBlock.TextAlignment" Value =" Justify" />
48034803 <Setter Property =" TextElement.Foreground" Value =" {DynamicResource ToolTipForeground}" />
48044804 <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}}" />
48054808 <Setter Property =" Background" Value =" {DynamicResource ToolTipBackground}" />
48064809 <Setter Property =" BorderBrush" Value =" {DynamicResource ToolTipBorderBrush}" />
48074810 <Setter Property =" BorderThickness" Value =" {DynamicResource ToolTipBorderThemeThickness}" />
Original file line number Diff line number Diff line change 47834783 <Setter Property =" TextBlock.TextAlignment" Value =" Justify" />
47844784 <Setter Property =" TextElement.Foreground" Value =" {DynamicResource ToolTipForeground}" />
47854785 <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}}" />
47864789 <Setter Property =" Background" Value =" {DynamicResource ToolTipBackground}" />
47874790 <Setter Property =" BorderBrush" Value =" {DynamicResource ToolTipBorderBrush}" />
47884791 <Setter Property =" BorderThickness" Value =" {DynamicResource ToolTipBorderThemeThickness}" />
Original file line number Diff line number Diff line change 47994799 <Setter Property =" TextBlock.TextAlignment" Value =" Justify" />
48004800 <Setter Property =" TextElement.Foreground" Value =" {DynamicResource ToolTipForeground}" />
48014801 <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}}" />
48024805 <Setter Property =" Background" Value =" {DynamicResource ToolTipBackground}" />
48034806 <Setter Property =" BorderBrush" Value =" {DynamicResource ToolTipBorderBrush}" />
48044807 <Setter Property =" BorderThickness" Value =" {DynamicResource ToolTipBorderThemeThickness}" />
You can’t perform that action at this time.
0 commit comments