92 references to SystemFonts
PresentationFramework (92)
System\Windows\Controls\Control.cs (4)
160new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, 185new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, 234new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, 258new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight,
System\Windows\Controls\DataGridTextColumn.cs (4)
298new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 319new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 342new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 363new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (4)
165FontFamilyProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily)); 166FontSizeProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize)); 167FontStyleProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle)); 168FontWeightProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight));
System\Windows\Controls\StickyNote.cs (4)
313SystemFonts.MessageFontFamily, 336SystemFonts.MessageFontSize, 381SystemFonts.MessageFontStyle, 404SystemFonts.MessageFontWeight,
System\Windows\Documents\TextElement.cs (4)
449SystemFonts.MessageFontFamily, 499SystemFonts.MessageFontStyle, 544SystemFonts.MessageFontWeight, 634SystemFonts.ThemeMessageFontSize,
System\Windows\FrameworkElement.cs (8)
2393TextElement.FontFamilyProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontFamily))); 2394TextElement.FontSizeProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontSize))); 2395TextElement.FontStyleProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontStyle))); 2396TextElement.FontWeightProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontWeight))); 5543return SystemFonts.MessageFontFamily; 5554return SystemFonts.ThemeMessageFontSize; 5565return SystemFonts.MessageFontStyle; 5576return SystemFonts.MessageFontWeight;
System\Windows\Markup\XamlTypeMapper.cs (1)
2890keyObject = typeof(SystemFonts);
System\Windows\SystemKeyConverter.cs (1)
173return typeof(SystemFonts);
System\Windows\SystemParameters.cs (2)
5183SystemFonts.InvalidateIconMetrics(); 5281SystemFonts.InvalidateNonClientMetrics();
System\Windows\SystemResourceKey.cs (60)
919return SystemFonts.IconFontSize; 922return SystemFonts.IconFontFamily; 925return SystemFonts.IconFontStyle; 928return SystemFonts.IconFontWeight; 931return SystemFonts.IconFontTextDecorations; 1045return SystemFonts.CaptionFontSize; 1048return SystemFonts.CaptionFontFamily; 1051return SystemFonts.CaptionFontStyle; 1054return SystemFonts.CaptionFontWeight; 1057return SystemFonts.CaptionFontTextDecorations; 1060return SystemFonts.SmallCaptionFontSize; 1063return SystemFonts.SmallCaptionFontFamily; 1066return SystemFonts.SmallCaptionFontStyle; 1069return SystemFonts.SmallCaptionFontWeight; 1072return SystemFonts.SmallCaptionFontTextDecorations; 1075return SystemFonts.MenuFontSize; 1078return SystemFonts.MenuFontFamily; 1081return SystemFonts.MenuFontStyle; 1084return SystemFonts.MenuFontWeight; 1087return SystemFonts.MenuFontTextDecorations; 1090return SystemFonts.StatusFontSize; 1093return SystemFonts.StatusFontFamily; 1096return SystemFonts.StatusFontStyle; 1099return SystemFonts.StatusFontWeight; 1102return SystemFonts.StatusFontTextDecorations; 1105return SystemFonts.MessageFontSize; 1108return SystemFonts.MessageFontFamily; 1111return SystemFonts.MessageFontStyle; 1114return SystemFonts.MessageFontWeight; 1117return SystemFonts.MessageFontTextDecorations; 1603return SystemFonts.IconFontSizeKey; 1606return SystemFonts.IconFontFamilyKey; 1609return SystemFonts.IconFontStyleKey; 1612return SystemFonts.IconFontWeightKey; 1615return SystemFonts.IconFontTextDecorationsKey; 1729return SystemFonts.CaptionFontSizeKey; 1732return SystemFonts.CaptionFontFamilyKey; 1735return SystemFonts.CaptionFontStyleKey; 1738return SystemFonts.CaptionFontWeightKey; 1741return SystemFonts.CaptionFontTextDecorationsKey; 1744return SystemFonts.SmallCaptionFontSizeKey; 1747return SystemFonts.SmallCaptionFontFamilyKey; 1750return SystemFonts.SmallCaptionFontStyleKey; 1753return SystemFonts.SmallCaptionFontWeightKey; 1756return SystemFonts.SmallCaptionFontTextDecorationsKey; 1759return SystemFonts.MenuFontSizeKey; 1762return SystemFonts.MenuFontFamilyKey; 1765return SystemFonts.MenuFontStyleKey; 1768return SystemFonts.MenuFontWeightKey; 1771return SystemFonts.MenuFontTextDecorationsKey; 1774return SystemFonts.StatusFontSizeKey; 1777return SystemFonts.StatusFontFamilyKey; 1780return SystemFonts.StatusFontStyleKey; 1783return SystemFonts.StatusFontWeightKey; 1786return SystemFonts.StatusFontTextDecorationsKey; 1789return SystemFonts.MessageFontSizeKey; 1792return SystemFonts.MessageFontFamilyKey; 1795return SystemFonts.MessageFontStyleKey; 1798return SystemFonts.MessageFontWeightKey; 1801return SystemFonts.MessageFontTextDecorationsKey;