5 references to CFM_BACKCOLOR
System.Windows.Forms (5)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1040
else if ((cf2.dwMask & RichTextBoxConstants.
CFM_BACKCOLOR
) != 0) {
1063
cf2.dwMask = RichTextBoxConstants.
CFM_BACKCOLOR
;
winforms\Managed\System\WinForms\RichTextBoxConstants.cs (3)
494
CFM_SUPERSCRIPT |
CFM_BACKCOLOR
);
497
CFM_BACKCOLOR
| CFM_LCID |
515
internal const int CFE_AUTOBACKCOLOR =
CFM_BACKCOLOR
;