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