2 references to MWMO_INPUTAVAILABLE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2185
UnsafeNativeMethods.MsgWaitForMultipleObjectsEx(0, IntPtr.Zero, 100, NativeMethods.QS_ALLINPUT, NativeMethods.
MWMO_INPUTAVAILABLE
);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5580
UnsafeNativeMethods.MsgWaitForMultipleObjectsEx(0, IntPtr.Zero, 250, NativeMethods.QS_ALLINPUT, NativeMethods.
MWMO_INPUTAVAILABLE
);