5 references to CFM_COLOR
System.Windows.Forms (5)
winforms\Managed\System\WinForms\RichTextBox.cs (4)
1003if ((cf.dwMask & RichTextBoxConstants.CFM_COLOR) != 0) 1011cf.dwMask = RichTextBoxConstants.CFM_COLOR; 2232if ((cf.dwMask & RichTextBoxConstants.CFM_COLOR) != 0 2238cf.dwMask = RichTextBoxConstants.CFM_COLOR;
winforms\Managed\System\WinForms\RichTextBoxConstants.cs (1)
449CFM_UNDERLINE | CFM_COLOR |