4 references to Bold
PresentationCore (1)
Core\CSharp\System\Windows\FontWeights.cs (1)
109
fontWeight = FontWeights.
Bold
;
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (2)
193
FontWeight fontWeight = (propertyValue != DependencyProperty.UnsetValue && (FontWeight)propertyValue == FontWeights.
Bold
) ? FontWeights.Normal : FontWeights.
Bold
;
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
519
text.FontWeight = FontWeights.
Bold
;