3 references to Bold
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2723
if (value.
Bold
)
System\Windows\Forms\Help\Help.cs (1)
89
string captionFont = $"{font.Name}, {font.SizeInPoints}, , {(font.
Bold
? "BOLD" : "")}{(font.Italic ? "ITALIC" : "")}{(font.Underline ? "UNDERLINE" : "")}";
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
226
return sdFont.
Bold
? FontWeights.Bold : FontWeights.Normal;