8 references to MessageFontWeight
PresentationFramework (8)
System\Windows\Controls\Control.cs (1)
268
new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
,
System\Windows\Controls\DataGridTextColumn.cs (1)
367
new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (1)
179
FontWeightProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
));
System\Windows\Controls\StickyNote.cs (1)
438
SystemFonts.
MessageFontWeight
,
System\Windows\Documents\TextElement.cs (1)
560
SystemFonts.
MessageFontWeight
,
System\Windows\FrameworkElement.cs (2)
2416
TextElement.FontWeightProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontWeight)));
5589
return SystemFonts.
MessageFontWeight
;
System\Windows\SystemResourceKey.cs (1)
1115
return SystemFonts.
MessageFontWeight
;