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