92 references to SystemFonts
PresentationFramework (92)
System\Windows\Controls\Control.cs (4)
170new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, 195new FrameworkPropertyMetadata(SystemFonts.MessageFontSize, 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.MessageFontSize, 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.MessageFontSize)); 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.MessageFontSize,
System\Windows\FrameworkElement.cs (8)
2406TextElement.FontFamilyProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontFamily))); 2407TextElement.FontSizeProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontSize, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontSize))); 2408TextElement.FontStyleProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontStyle))); 2409TextElement.FontWeightProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontWeight))); 5549return SystemFonts.MessageFontFamily; 5560return SystemFonts.MessageFontSize; 5571return SystemFonts.MessageFontStyle; 5582return SystemFonts.MessageFontWeight;
System\Windows\Markup\XamlTypeMapper.cs (1)
2903keyObject = typeof(SystemFonts);
System\Windows\SystemKeyConverter.cs (1)
176return typeof(SystemFonts);
System\Windows\SystemParameters.cs (2)
5202SystemFonts.InvalidateIconMetrics(); 5300SystemFonts.InvalidateNonClientMetrics();
System\Windows\SystemResourceKey.cs (60)
863return SystemFonts.IconFontSize; 866return SystemFonts.IconFontFamily; 869return SystemFonts.IconFontStyle; 872return SystemFonts.IconFontWeight; 875return SystemFonts.IconFontTextDecorations; 989return SystemFonts.CaptionFontSize; 992return SystemFonts.CaptionFontFamily; 995return SystemFonts.CaptionFontStyle; 998return SystemFonts.CaptionFontWeight; 1001return SystemFonts.CaptionFontTextDecorations; 1004return SystemFonts.SmallCaptionFontSize; 1007return SystemFonts.SmallCaptionFontFamily; 1010return SystemFonts.SmallCaptionFontStyle; 1013return SystemFonts.SmallCaptionFontWeight; 1016return SystemFonts.SmallCaptionFontTextDecorations; 1019return SystemFonts.MenuFontSize; 1022return SystemFonts.MenuFontFamily; 1025return SystemFonts.MenuFontStyle; 1028return SystemFonts.MenuFontWeight; 1031return SystemFonts.MenuFontTextDecorations; 1034return SystemFonts.StatusFontSize; 1037return SystemFonts.StatusFontFamily; 1040return SystemFonts.StatusFontStyle; 1043return SystemFonts.StatusFontWeight; 1046return SystemFonts.StatusFontTextDecorations; 1049return SystemFonts.MessageFontSize; 1052return SystemFonts.MessageFontFamily; 1055return SystemFonts.MessageFontStyle; 1058return SystemFonts.MessageFontWeight; 1061return SystemFonts.MessageFontTextDecorations; 1505return SystemFonts.IconFontSizeKey; 1508return SystemFonts.IconFontFamilyKey; 1511return SystemFonts.IconFontStyleKey; 1514return SystemFonts.IconFontWeightKey; 1517return SystemFonts.IconFontTextDecorationsKey; 1631return SystemFonts.CaptionFontSizeKey; 1634return SystemFonts.CaptionFontFamilyKey; 1637return SystemFonts.CaptionFontStyleKey; 1640return SystemFonts.CaptionFontWeightKey; 1643return SystemFonts.CaptionFontTextDecorationsKey; 1646return SystemFonts.SmallCaptionFontSizeKey; 1649return SystemFonts.SmallCaptionFontFamilyKey; 1652return SystemFonts.SmallCaptionFontStyleKey; 1655return SystemFonts.SmallCaptionFontWeightKey; 1658return SystemFonts.SmallCaptionFontTextDecorationsKey; 1661return SystemFonts.MenuFontSizeKey; 1664return SystemFonts.MenuFontFamilyKey; 1667return SystemFonts.MenuFontStyleKey; 1670return SystemFonts.MenuFontWeightKey; 1673return SystemFonts.MenuFontTextDecorationsKey; 1676return SystemFonts.StatusFontSizeKey; 1679return SystemFonts.StatusFontFamilyKey; 1682return SystemFonts.StatusFontStyleKey; 1685return SystemFonts.StatusFontWeightKey; 1688return SystemFonts.StatusFontTextDecorationsKey; 1691return SystemFonts.MessageFontSizeKey; 1694return SystemFonts.MessageFontFamilyKey; 1697return SystemFonts.MessageFontStyleKey; 1700return SystemFonts.MessageFontWeightKey; 1703return SystemFonts.MessageFontTextDecorationsKey;