6 references to ThemeMessageFontSize
PresentationFramework (6)
System\Windows\Controls\Control.cs (1)
186new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize,
System\Windows\Controls\DataGridTextColumn.cs (1)
320new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (1)
167FontSizeProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize));
System\Windows\Documents\TextElement.cs (1)
649SystemFonts.ThemeMessageFontSize,
System\Windows\FrameworkElement.cs (2)
2403TextElement.FontSizeProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontSize))); 5556return SystemFonts.ThemeMessageFontSize;