4 references to EM_SETBKGNDCOLOR
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
263case RichTextBoxConstants.EM_SETBKGNDCOLOR: text = "EM_SETBKGNDCOLOR"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (3)
2464SendMessage(RichTextBoxConstants.EM_SETBKGNDCOLOR, 0, ColorTranslator.ToWin32(BackColor)); 2568SendMessage(RichTextBoxConstants.EM_SETBKGNDCOLOR, 0, ColorTranslator.ToWin32(BackColor)); 3303SendMessage(RichTextBoxConstants.EM_SETBKGNDCOLOR, 0, ColorTranslator.ToWin32(BackColor));