10 references to MessageFontWeight
PresentationFramework (8)
src\Framework\System\Windows\Controls\Control.cs (1)
269
new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
,
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
368
new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
src\Framework\System\Windows\Controls\MenuItem.cs (1)
182
FontWeightProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
));
src\Framework\System\Windows\Controls\StickyNote.cs (1)
448
SystemFonts.
MessageFontWeight
,
src\Framework\System\Windows\Documents\TextElement.cs (1)
577
SystemFonts.
MessageFontWeight
,
src\Framework\System\Windows\FrameworkElement.cs (2)
2413
TextElement.FontWeightProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(SystemFonts.
MessageFontWeight
, FrameworkPropertyMetadataOptions.Inherits, null, new CoerceValueCallback(CoerceFontWeight)));
5587
return SystemFonts.
MessageFontWeight
;
src\Framework\System\Windows\SystemResourceKey.cs (1)
1065
return SystemFonts.
MessageFontWeight
;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (2)
603
return (FontWeight)GetFontOrColor(key, SystemFonts.
MessageFontWeight
, SystemFonts.
MessageFontWeight
);