3 references to CFM_BOLD
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2300
if ((cf.dwMask & RichTextBoxConstants.
CFM_BOLD
) != 0 && (cf.dwEffects & RichTextBoxConstants.CFE_BOLD) != 0)
2890
int dwMask = RichTextBoxConstants.CFM_FACE | RichTextBoxConstants.CFM_SIZE | RichTextBoxConstants.
CFM_BOLD
|
winforms\Managed\System\WinForms\RichTextBoxConstants.cs (1)
448
internal const int CFM_EFFECTS = (
CFM_BOLD
| CFM_ITALIC |