4 references to WM_CTLCOLORSCROLLBAR
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
36public const uint WM_REFLECT_CTLCOLORSCROLLBAR = WM_REFLECT + PInvokeCore.WM_CTLCOLORSCROLLBAR; 162PInvokeCore.WM_CTLCOLORSCROLLBAR => "WM_CTLCOLORSCROLLBAR",
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
12416case PInvokeCore.WM_CTLCOLORSCROLLBAR:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
338yield return new object[] { PInvokeCore.WM_CTLCOLORSCROLLBAR, " (WM_CTLCOLORSCROLLBAR)" };