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