7 references to MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
System.Windows.Forms (2)
System\Windows\Forms\Application.ComponentManager.cs (1)
300
MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
.MWMO_INPUTAVAILABLE);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
172
MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
.MWMO_INPUTAVAILABLE);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
96
MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
.MWMO_INPUTAVAILABLE);
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.USER32.dll.g.cs (4)
2425
/// <inheritdoc cref="MsgWaitForMultipleObjectsEx(uint, winmdroot.Foundation.HANDLE*, uint, winmdroot.UI.WindowsAndMessaging.QUEUE_STATUS_FLAGS, winmdroot.UI.WindowsAndMessaging.
MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
)"/>
2427
internal static unsafe winmdroot.Foundation.WAIT_EVENT MsgWaitForMultipleObjectsEx(ReadOnlySpan<winmdroot.Foundation.HANDLE> pHandles, uint dwMilliseconds, winmdroot.UI.WindowsAndMessaging.QUEUE_STATUS_FLAGS dwWakeMask, winmdroot.UI.WindowsAndMessaging.
MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
dwFlags)
2459
internal static unsafe winmdroot.Foundation.WAIT_EVENT MsgWaitForMultipleObjectsEx(uint nCount, [Optional] winmdroot.Foundation.HANDLE* pHandles, uint dwMilliseconds, winmdroot.UI.WindowsAndMessaging.QUEUE_STATUS_FLAGS dwWakeMask, winmdroot.UI.WindowsAndMessaging.
MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
dwFlags)
2467
static extern unsafe winmdroot.Foundation.WAIT_EVENT LocalExternFunction(uint nCount, [Optional] winmdroot.Foundation.HANDLE* pHandles, uint dwMilliseconds, winmdroot.UI.WindowsAndMessaging.QUEUE_STATUS_FLAGS dwWakeMask, winmdroot.UI.WindowsAndMessaging.
MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
dwFlags);