5 references to WM_QUIT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
64PInvokeCore.WM_QUIT => "WM_QUIT",
System.Windows.Forms (3)
System\Windows\Forms\Application.ComponentManager.cs (1)
241if (msg.message == PInvokeCore.WM_QUIT)
System\Windows\Forms\Application.LightThreadContext.cs (1)
93if (msg.message == PInvokeCore.WM_QUIT)
System\Windows\Forms\Application.ThreadContext.cs (1)
654PInvoke.PostThreadMessage(_id, PInvokeCore.WM_QUIT, default, default);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
240yield return new object[] { PInvokeCore.WM_QUIT, " (WM_QUIT)" };