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