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