5 references to Bold
PresentationCore (1)
System\Windows\FontWeights.cs (1)
104
fontWeight = FontWeights.
Bold
;
PresentationFramework (3)
System\windows\Documents\TextEditorCharacters.cs (2)
174
FontWeight fontWeight = (propertyValue != DependencyProperty.UnsetValue && (FontWeight)propertyValue == FontWeights.
Bold
) ? FontWeights.Normal : FontWeights.
Bold
;
System\windows\Documents\TextEditorContextMenu.cs (1)
491
FontWeight = FontWeights.
Bold
,
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
226
return sdFont.Bold ? FontWeights.
Bold
: FontWeights.Normal;