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