9 references to ThreadMustBeSTA
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3288throw new ThreadStateException(SR.ThreadMustBeSTA);
System\Windows\Forms\Control.cs (1)
9462throw new ThreadStateException(SR.ThreadMustBeSTA);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
156throw new ThreadStateException(SR.ThreadMustBeSTA); 198throw new ThreadStateException(SR.ThreadMustBeSTA);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropTargetManager.cs (1)
172throw new ThreadStateException(SR.ThreadMustBeSTA);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1217throw new ThreadStateException(SR.ThreadMustBeSTA);
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
730throw new ThreadStateException(string.Format(SR.DebuggingExceptionOnly, SR.ThreadMustBeSTA));
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
450throw new ThreadStateException(string.Format(SR.DebuggingExceptionOnly, SR.ThreadMustBeSTA));
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
32throw new ThreadStateException(SR.ThreadMustBeSTA);