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