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