92 references to SystemFonts
PresentationFramework (92)
System\Windows\Controls\Control.cs (4)
170new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, 195new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, 244new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, 268new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight,
System\Windows\Controls\DataGridTextColumn.cs (4)
302new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 323new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 346new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 367new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (4)
176FontFamilyProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily)); 177FontSizeProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize)); 178FontStyleProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle)); 179FontWeightProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight));
System\Windows\Controls\StickyNote.cs (4)
347SystemFonts.MessageFontFamily, 370SystemFonts.MessageFontSize, 415SystemFonts.MessageFontStyle, 438SystemFonts.MessageFontWeight,
System\Windows\Documents\TextElement.cs (4)
465SystemFonts.MessageFontFamily, 515SystemFonts.MessageFontStyle, 560SystemFonts.MessageFontWeight, 650SystemFonts.ThemeMessageFontSize,
System\Windows\FrameworkElement.cs (8)
2413TextElement.FontFamilyProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontFamily))); 2414TextElement.FontSizeProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontSize))); 2415TextElement.FontStyleProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontStyle))); 2416TextElement.FontWeightProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontWeight))); 5556return SystemFonts.MessageFontFamily; 5567return SystemFonts.ThemeMessageFontSize; 5578return SystemFonts.MessageFontStyle; 5589return SystemFonts.MessageFontWeight;
System\Windows\Markup\XamlTypeMapper.cs (1)
2895keyObject = typeof(SystemFonts);
System\Windows\SystemKeyConverter.cs (1)
176return typeof(SystemFonts);
System\Windows\SystemParameters.cs (2)
5202SystemFonts.InvalidateIconMetrics(); 5300SystemFonts.InvalidateNonClientMetrics();
System\Windows\SystemResourceKey.cs (60)
920return SystemFonts.IconFontSize; 923return SystemFonts.IconFontFamily; 926return SystemFonts.IconFontStyle; 929return SystemFonts.IconFontWeight; 932return SystemFonts.IconFontTextDecorations; 1046return SystemFonts.CaptionFontSize; 1049return SystemFonts.CaptionFontFamily; 1052return SystemFonts.CaptionFontStyle; 1055return SystemFonts.CaptionFontWeight; 1058return SystemFonts.CaptionFontTextDecorations; 1061return SystemFonts.SmallCaptionFontSize; 1064return SystemFonts.SmallCaptionFontFamily; 1067return SystemFonts.SmallCaptionFontStyle; 1070return SystemFonts.SmallCaptionFontWeight; 1073return SystemFonts.SmallCaptionFontTextDecorations; 1076return SystemFonts.MenuFontSize; 1079return SystemFonts.MenuFontFamily; 1082return SystemFonts.MenuFontStyle; 1085return SystemFonts.MenuFontWeight; 1088return SystemFonts.MenuFontTextDecorations; 1091return SystemFonts.StatusFontSize; 1094return SystemFonts.StatusFontFamily; 1097return SystemFonts.StatusFontStyle; 1100return SystemFonts.StatusFontWeight; 1103return SystemFonts.StatusFontTextDecorations; 1106return SystemFonts.MessageFontSize; 1109return SystemFonts.MessageFontFamily; 1112return SystemFonts.MessageFontStyle; 1115return SystemFonts.MessageFontWeight; 1118return SystemFonts.MessageFontTextDecorations; 1604return SystemFonts.IconFontSizeKey; 1607return SystemFonts.IconFontFamilyKey; 1610return SystemFonts.IconFontStyleKey; 1613return SystemFonts.IconFontWeightKey; 1616return SystemFonts.IconFontTextDecorationsKey; 1730return SystemFonts.CaptionFontSizeKey; 1733return SystemFonts.CaptionFontFamilyKey; 1736return SystemFonts.CaptionFontStyleKey; 1739return SystemFonts.CaptionFontWeightKey; 1742return SystemFonts.CaptionFontTextDecorationsKey; 1745return SystemFonts.SmallCaptionFontSizeKey; 1748return SystemFonts.SmallCaptionFontFamilyKey; 1751return SystemFonts.SmallCaptionFontStyleKey; 1754return SystemFonts.SmallCaptionFontWeightKey; 1757return SystemFonts.SmallCaptionFontTextDecorationsKey; 1760return SystemFonts.MenuFontSizeKey; 1763return SystemFonts.MenuFontFamilyKey; 1766return SystemFonts.MenuFontStyleKey; 1769return SystemFonts.MenuFontWeightKey; 1772return SystemFonts.MenuFontTextDecorationsKey; 1775return SystemFonts.StatusFontSizeKey; 1778return SystemFonts.StatusFontFamilyKey; 1781return SystemFonts.StatusFontStyleKey; 1784return SystemFonts.StatusFontWeightKey; 1787return SystemFonts.StatusFontTextDecorationsKey; 1790return SystemFonts.MessageFontSizeKey; 1793return SystemFonts.MessageFontFamilyKey; 1796return SystemFonts.MessageFontStyleKey; 1799return SystemFonts.MessageFontWeightKey; 1802return SystemFonts.MessageFontTextDecorationsKey;