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