8 references to MessageFontStyle
PresentationFramework (8)
System\Windows\Controls\Control.cs (1)
235new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle,
System\Windows\Controls\DataGridTextColumn.cs (1)
343new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (1)
168FontStyleProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle));
System\Windows\Controls\StickyNote.cs (1)
399SystemFonts.MessageFontStyle,
System\Windows\Documents\TextElement.cs (1)
514SystemFonts.MessageFontStyle,
System\Windows\FrameworkElement.cs (2)
2404TextElement.FontStyleProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontStyle))); 5567return SystemFonts.MessageFontStyle;
System\Windows\SystemResourceKey.cs (1)
1112return SystemFonts.MessageFontStyle;