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