25 references to WM_ERASEBKGND
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
66PInvokeCore.WM_ERASEBKGND => "WM_ERASEBKGND",
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3076case PInvokeCore.WM_ERASEBKGND:
System\Windows\Forms\Control.cs (1)
12330case PInvokeCore.WM_ERASEBKGND:
System\Windows\Forms\Controls\Buttons\Button.cs (1)
344case PInvokeCore.WM_ERASEBKGND:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3718case PInvokeCore.WM_ERASEBKGND:
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
690case PInvokeCore.WM_ERASEBKGND:
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
368case PInvokeCore.WM_ERASEBKGND:
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
430case PInvokeCore.WM_ERASEBKGND:
System\Windows\Forms\Form.cs (1)
7176case PInvokeCore.WM_ERASEBKGND:
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
727case PInvokeCore.WM_ERASEBKGND:
System.Windows.Forms.Tests (15)
System\Windows\Forms\ButtonTests.cs (4)
3388Msg = (int)PInvokeCore.WM_ERASEBKGND, 3432Msg = (int)PInvokeCore.WM_ERASEBKGND, 3468Msg = (int)PInvokeCore.WM_ERASEBKGND, 3505Msg = (int)PInvokeCore.WM_ERASEBKGND,
System\Windows\Forms\ControlTests.Methods.cs (4)
12828Msg = (int)PInvokeCore.WM_ERASEBKGND, 12869Msg = (int)PInvokeCore.WM_ERASEBKGND, 12916Msg = (int)PInvokeCore.WM_ERASEBKGND, 12964Msg = (int)PInvokeCore.WM_ERASEBKGND,
System\Windows\Forms\GroupBoxTests.cs (5)
2076yield return new object[] { PInvokeCore.WM_ERASEBKGND }; 2081[InlineData((int)PInvokeCore.WM_ERASEBKGND)] 2111[InlineData((int)PInvokeCore.WM_ERASEBKGND)] 2152[InlineData((int)PInvokeCore.WM_ERASEBKGND)] 2197Msg = (int)PInvokeCore.WM_ERASEBKGND,
System\Windows\Forms\MessageTests.cs (1)
242yield return new object[] { PInvokeCore.WM_ERASEBKGND, " (WM_ERASEBKGND)" };
System\Windows\Forms\ScrollBarTests.cs (1)
2699Msg = (int)PInvokeCore.WM_ERASEBKGND,