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