5 references to EM_SETBKGNDCOLOR
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
262PInvokeCore.EM_SETBKGNDCOLOR => "EM_SETBKGNDCOLOR",
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
2340PInvokeCore.SendMessage(this, PInvokeCore.EM_SETBKGNDCOLOR, 0, BackColor.ToWin32()); 2446PInvokeCore.SendMessage(this, PInvokeCore.EM_SETBKGNDCOLOR, (WPARAM)0, (LPARAM)BackColor); 3106PInvokeCore.SendMessage(this, PInvokeCore.EM_SETBKGNDCOLOR, 0, BackColor.ToWin32());
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
438yield return new object[] { PInvokeCore.EM_SETBKGNDCOLOR, " (EM_SETBKGNDCOLOR)" };