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