16 references to WM_CLOSE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
62PInvokeCore.WM_CLOSE => "WM_CLOSE",
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (3)
4764PInvoke.DefMDIChildProc(InternalHandle, PInvokeCore.WM_CLOSE, default, default); 11159PInvokeCore.PostMessage(lastParentHandle, PInvokeCore.WM_CLOSE); 12310case PInvokeCore.WM_CLOSE:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
674else if (m.MsgInternal == PInvokeCore.WM_CLOSE)
System\Windows\Forms\Form.cs (2)
3251PInvokeCore.SendMessage(this, PInvokeCore.WM_CLOSE); 7151case PInvokeCore.WM_CLOSE:
System\Windows\Forms\NativeWindow.cs (3)
139PInvokeCore.PostMessage(handle, PInvokeCore.WM_CLOSE); 538PInvokeCore.PostMessage(this, PInvokeCore.WM_CLOSE); 619PInvokeCore.PostMessage(handle, PInvokeCore.WM_CLOSE);
System\Windows\Forms\NotifyIcon.cs (1)
406PInvokeCore.PostMessage(_window, PInvokeCore.WM_CLOSE);
System\Windows\Forms\NotifyIcon.NotifyIconNativeWindow.cs (1)
31PInvokeCore.PostMessage(this, PInvokeCore.WM_CLOSE);
System\Windows\Forms\Timer.cs (2)
284PInvokeCore.PostMessage(hwnd, PInvokeCore.WM_CLOSE); 355else if (m.MsgInternal == PInvokeCore.WM_CLOSE)
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
238yield return new object[] { PInvokeCore.WM_CLOSE, " (WM_CLOSE)" };
System.Windows.Forms.TestUtilities (1)
DialogHostForm.cs (1)
31PInvokeCore.PostMessage(dialogHandle, PInvokeCore.WM_CLOSE);