8 references to MessageFontWeight
PresentationFramework (8)
System\Windows\Controls\Control.cs (1)
259
new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
,
System\Windows\Controls\DataGridTextColumn.cs (1)
364
new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\Controls\MenuItem.cs (1)
169
FontWeightProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
));
System\Windows\Controls\StickyNote.cs (1)
411
SystemFonts.
MessageFontWeight
,
System\Windows\Documents\TextElement.cs (1)
545
SystemFonts.
MessageFontWeight
,
System\Windows\FrameworkElement.cs (2)
2400
TextElement.FontWeightProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontWeight)));
5583
return SystemFonts.
MessageFontWeight
;
System\Windows\SystemResourceKey.cs (1)
1115
return SystemFonts.
MessageFontWeight
;