3 references to CFM_FACE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2281
if ((cf.dwMask & RichTextBoxConstants.
CFM_FACE
) == 0) {
2890
int dwMask = RichTextBoxConstants.
CFM_FACE
| RichTextBoxConstants.CFM_SIZE | RichTextBoxConstants.CFM_BOLD |
winforms\Managed\System\WinForms\RichTextBoxConstants.cs (1)
453
CFM_FACE
| CFM_OFFSET | CFM_CHARSET);