6 references to ThemeMessageFontSize
PresentationFramework (6)
System\Windows\Controls\Control.cs (1)
195new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize,
System\Windows\Controls\DataGridTextColumn.cs (1)
323new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (1)
177FontSizeProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize));
System\Windows\Documents\TextElement.cs (1)
650SystemFonts.ThemeMessageFontSize,
System\Windows\FrameworkElement.cs (2)
2414TextElement.FontSizeProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontSize))); 5567return SystemFonts.ThemeMessageFontSize;