92 references to SystemFonts
PresentationFramework (92)
System\Windows\Controls\Control.cs (4)
161new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, 186new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, 235new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, 259new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight,
System\Windows\Controls\DataGridTextColumn.cs (4)
299new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 320new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 343new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 364new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (4)
166FontFamilyProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily)); 167FontSizeProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize)); 168FontStyleProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle)); 169FontWeightProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight));
System\Windows\Controls\StickyNote.cs (4)
320SystemFonts.MessageFontFamily, 343SystemFonts.MessageFontSize, 388SystemFonts.MessageFontStyle, 411SystemFonts.MessageFontWeight,
System\Windows\Documents\TextElement.cs (4)
450SystemFonts.MessageFontFamily, 500SystemFonts.MessageFontStyle, 545SystemFonts.MessageFontWeight, 635SystemFonts.ThemeMessageFontSize,
System\Windows\FrameworkElement.cs (8)
2397TextElement.FontFamilyProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontFamily))); 2398TextElement.FontSizeProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontSize))); 2399TextElement.FontStyleProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontStyle))); 2400TextElement.FontWeightProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontWeight))); 5550return SystemFonts.MessageFontFamily; 5561return SystemFonts.ThemeMessageFontSize; 5572return SystemFonts.MessageFontStyle; 5583return SystemFonts.MessageFontWeight;
System\Windows\Markup\XamlTypeMapper.cs (1)
2890keyObject = typeof(SystemFonts);
System\Windows\SystemKeyConverter.cs (1)
174return typeof(SystemFonts);
System\Windows\SystemParameters.cs (2)
5184SystemFonts.InvalidateIconMetrics(); 5282SystemFonts.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;