3 references to MessageLoop
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
920
Application.
MessageLoop
&& base.CanProcessMnemonic();
System\Windows\Forms\OLE\Clipboard.cs (1)
85
return Application.
MessageLoop
? throw new ThreadStateException(SR.ThreadMustBeSTA) : null;
System\Windows\Forms\SendKeys\SendKeys.cs (1)
910
if (!wait && !Application.
MessageLoop
)