23 references to PEEK_MESSAGE_REMOVE_TYPE
System.Private.Windows.Core (5)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (3)
860
/// <inheritdoc cref="PeekMessage(winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.Foundation.HWND, uint, uint, winmdroot.UI.WindowsAndMessaging.
PEEK_MESSAGE_REMOVE_TYPE
)"/>
862
internal static unsafe winmdroot.Foundation.BOOL PeekMessage(out winmdroot.UI.WindowsAndMessaging.MSG lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax, winmdroot.UI.WindowsAndMessaging.
PEEK_MESSAGE_REMOVE_TYPE
wRemoveMsg)
900
internal static extern unsafe winmdroot.Foundation.BOOL PeekMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax, winmdroot.UI.WindowsAndMessaging.
PEEK_MESSAGE_REMOVE_TYPE
wRemoveMsg);
Windows\Win32\PInvokeCore.PeekMessage.cs (2)
8
/// <inheritdoc cref="PeekMessage(MSG*, HWND, uint, uint,
PEEK_MESSAGE_REMOVE_TYPE
)"/>
14
PEEK_MESSAGE_REMOVE_TYPE
wRemoveMsg)
System.Windows.Forms (16)
System\Windows\Forms\Application.ComponentManager.cs (3)
201
return PInvokeCore.PeekMessage(&msg, HWND.Null, 0, 0,
PEEK_MESSAGE_REMOVE_TYPE
.PM_NOREMOVE);
231
if (PInvokeCore.PeekMessage(&msg, HWND.Null, 0, 0,
PEEK_MESSAGE_REMOVE_TYPE
.PM_NOREMOVE))
309
if (!PInvokeCore.PeekMessage(&msg, HWND.Null, 0, 0,
PEEK_MESSAGE_REMOVE_TYPE
.PM_NOREMOVE))
System\Windows\Forms\Application.ComponentThreadContext.cs (2)
309
else if (!PInvokeCore.PeekMessage(&msg, HWND.Null, 0, 0,
PEEK_MESSAGE_REMOVE_TYPE
.PM_NOREMOVE))
454
if (!PInvokeCore.PeekMessage(&temp, HWND.Null, 0, 0,
PEEK_MESSAGE_REMOVE_TYPE
.PM_NOREMOVE))
System\Windows\Forms\Application.LightThreadContext.cs (3)
64
if (!PInvokeCore.PeekMessage(&temp, HWND.Null, 0, 0,
PEEK_MESSAGE_REMOVE_TYPE
.PM_NOREMOVE))
83
if (PInvokeCore.PeekMessage(&msg, HWND.Null, 0, 0,
PEEK_MESSAGE_REMOVE_TYPE
.PM_NOREMOVE))
134
if (!PInvokeCore.PeekMessage(&msg, HWND.Null, 0, 0,
PEEK_MESSAGE_REMOVE_TYPE
.PM_NOREMOVE))
System\Windows\Forms\Control.cs (2)
4731
PEEK_MESSAGE_REMOVE_TYPE
.PM_NOREMOVE);
9135
while (PInvokeCore.PeekMessage(&msg, this, (uint)msgMin, (uint)msgMax,
PEEK_MESSAGE_REMOVE_TYPE
.PM_REMOVE))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4941
PEEK_MESSAGE_REMOVE_TYPE
.PM_REMOVE))
5014
PEEK_MESSAGE_REMOVE_TYPE
.PM_REMOVE))
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2050
PEEK_MESSAGE_REMOVE_TYPE
.PM_REMOVE))
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.HostedWindowsFormsMessageHook.cs (2)
84
&& (
PEEK_MESSAGE_REMOVE_TYPE
)(nuint)wparam ==
PEEK_MESSAGE_REMOVE_TYPE
.PM_REMOVE)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (1)
57
PEEK_MESSAGE_REMOVE_TYPE
.PM_REMOVE))
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
491
while (PInvokeCore.PeekMessage(&msg, HWND.Null, PInvokeCore.WM_PAINT, PInvokeCore.WM_PAINT,
PEEK_MESSAGE_REMOVE_TYPE
.PM_REMOVE))
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolTipTests.cs (1)
858
Assert.True(PInvokeCore.PeekMessage(&msg, toolTip, PInvokeCore.WM_MOUSEMOVE, PInvokeCore.WM_MOUSEMOVE,
PEEK_MESSAGE_REMOVE_TYPE
.PM_REMOVE));