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