7 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)
3076case 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)
12654case 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: