9 references to WM_SYSCOLORCHANGE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
67
PInvokeCore.
WM_SYSCOLORCHANGE
=> "WM_SYSCOLORCHANGE",
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3079
case PInvokeCore.
WM_SYSCOLORCHANGE
:
System\Windows\Forms\Application.cs (1)
368
bool success = PInvoke.SendMessageCallback(hwnd, PInvokeCore.
WM_SYSCOLORCHANGE
+ MessageId.WM_REFLECT, () => complete = true);
System\Windows\Forms\Control.cs (1)
12653
case PInvokeCore.
WM_SYSCOLORCHANGE
:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5331
case (int)PInvokeCore.
WM_SYSCOLORCHANGE
:
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3385
case PInvokeCore.
WM_SYSCOLORCHANGE
:
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
371
case PInvokeCore.
WM_SYSCOLORCHANGE
:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
243
yield return new object[] { PInvokeCore.
WM_SYSCOLORCHANGE
, " (WM_SYSCOLORCHANGE)" };
System.Windows.Forms.TestUtilities (1)
SystemEventsHelper.cs (1)
37
msg = PInvokeCore.
WM_SYSCOLORCHANGE
;