7 references to PM_NOREMOVE
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (6)
2022
return !UnsafeNativeMethods.PeekMessage(ref msg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.
PM_NOREMOVE
);
2098
bool peeked = UnsafeNativeMethods.PeekMessage(ref msg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.
PM_NOREMOVE
);
2197
if (!UnsafeNativeMethods.PeekMessage(ref msg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.
PM_NOREMOVE
)) {
3527
bool peeked = UnsafeNativeMethods.PeekMessage(ref msg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.
PM_NOREMOVE
);
3566
else if (!UnsafeNativeMethods.PeekMessage(ref msg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.
PM_NOREMOVE
)) {
3990
if (!UnsafeNativeMethods.PeekMessage(ref tempMsg, NativeMethods.NullHandleRef, 0, 0, NativeMethods.
PM_NOREMOVE
)) {
winforms\Managed\System\WinForms\Control.cs (1)
5949
threadCallbackMessage, NativeMethods.
PM_NOREMOVE
)) {