16 references to PeekMessage
System.Private.Windows.Core (4)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
860
/// <inheritdoc cref="
PeekMessage
(winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.Foundation.HWND, uint, uint, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE)"/>
866
winmdroot.Foundation.BOOL __result = PInvokeCore.
PeekMessage
(lpMsgLocal, hWnd, wMsgFilterMin, wMsgFilterMax, wRemoveMsg);
Windows\Win32\PInvokeCore.PeekMessage.cs (2)
8
/// <inheritdoc cref="
PeekMessage
(MSG*, HWND, uint, uint, PEEK_MESSAGE_REMOVE_TYPE)"/>
17
BOOL result =
PeekMessage
(lpMsg, hWnd.Handle, wMsgFilterMin, wMsgFilterMax, wRemoveMsg);
System.Windows.Forms (11)
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\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4936
while (PInvokeCore.
PeekMessage
(
5009
while (PInvokeCore.
PeekMessage
(
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (1)
52
while (PInvokeCore.
PeekMessage
(
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))