8 references to MessageFontWeight
PresentationFramework (8)
System\Windows\Controls\Control.cs (1)
258
new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
,
System\Windows\Controls\DataGridTextColumn.cs (1)
363
new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (1)
168
FontWeightProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
));
System\Windows\Controls\StickyNote.cs (1)
404
SystemFonts.
MessageFontWeight
,
System\Windows\Documents\TextElement.cs (1)
544
SystemFonts.
MessageFontWeight
,
System\Windows\FrameworkElement.cs (2)
2396
TextElement.FontWeightProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontWeight)));
5576
return SystemFonts.
MessageFontWeight
;
System\Windows\SystemResourceKey.cs (1)
1114
return SystemFonts.
MessageFontWeight
;