3 references to CFM_ITALIC
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2302
if ((cf.dwMask & RichTextBoxConstants.
CFM_ITALIC
) != 0 && (cf.dwEffects & RichTextBoxConstants.CFE_ITALIC) != 0)
2891
RichTextBoxConstants.
CFM_ITALIC
| RichTextBoxConstants.CFM_STRIKEOUT | RichTextBoxConstants.CFM_UNDERLINE |
winforms\Managed\System\WinForms\RichTextBoxConstants.cs (1)
448
internal const int CFM_EFFECTS = (CFM_BOLD |
CFM_ITALIC
|