3 references to CFM_OFFSET
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
956
if ((cf.dwMask & RichTextBoxConstants.
CFM_OFFSET
) != 0) {
973
cf.dwMask = RichTextBoxConstants.
CFM_OFFSET
;
winforms\Managed\System\WinForms\RichTextBoxConstants.cs (1)
453
CFM_FACE |
CFM_OFFSET
| CFM_CHARSET);