6 references to ThemeMessageFontSize
PresentationFramework (6)
System\Windows\Controls\Control.cs (1)
185new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize,
System\Windows\Controls\DataGridTextColumn.cs (1)
319new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (1)
166FontSizeProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize));
System\Windows\Documents\TextElement.cs (1)
634SystemFonts.ThemeMessageFontSize,
System\Windows\FrameworkElement.cs (2)
2394TextElement.FontSizeProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontSize))); 5554return SystemFonts.ThemeMessageFontSize;