4 references to WM_STYLECHANGED
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
113PInvokeCore.WM_STYLECHANGED => "WM_STYLECHANGED",
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
321case PInvokeCore.WM_STYLECHANGED:
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
1605case PInvokeCore.WM_STYLECHANGED:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
289yield return new object[] { PInvokeCore.WM_STYLECHANGED, " (WM_STYLECHANGED)" };