8 references to MessageFontStyle
PresentationFramework (8)
System\Windows\Controls\Control.cs (1)
244new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle,
System\Windows\Controls\DataGridTextColumn.cs (1)
346new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (1)
178FontStyleProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle));
System\Windows\Controls\StickyNote.cs (1)
415SystemFonts.MessageFontStyle,
System\Windows\Documents\TextElement.cs (1)
515SystemFonts.MessageFontStyle,
System\Windows\FrameworkElement.cs (2)
2408TextElement.FontStyleProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontStyle))); 5571return SystemFonts.MessageFontStyle;
System\Windows\SystemResourceKey.cs (1)
1055return SystemFonts.MessageFontStyle;