4 references to PeekMessage
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
4726
BOOL result = PInvokeCore.
PeekMessage
(
9135
while (PInvokeCore.
PeekMessage
(&msg, this, (uint)msgMin, (uint)msgMax, PEEK_MESSAGE_REMOVE_TYPE.PM_REMOVE))
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2045
while (PInvokeCore.
PeekMessage
(
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));