8 references to MessageFontStyle
PresentationFramework (8)
System\Windows\Controls\Control.cs (1)
234new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle,
System\Windows\Controls\DataGridTextColumn.cs (1)
342new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (1)
167FontStyleProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle));
System\Windows\Controls\StickyNote.cs (1)
381SystemFonts.MessageFontStyle,
System\Windows\Documents\TextElement.cs (1)
499SystemFonts.MessageFontStyle,
System\Windows\FrameworkElement.cs (2)
2395TextElement.FontStyleProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontStyle))); 5565return SystemFonts.MessageFontStyle;
System\Windows\SystemResourceKey.cs (1)
1111return SystemFonts.MessageFontStyle;