2 references to CheckForIllegalCrossThreadCalls
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (1)
982if (Control.CheckForIllegalCrossThreadCalls && Application.OleRequired() != System.Threading.ApartmentState.STA) {
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (1)
257if (Control.CheckForIllegalCrossThreadCalls && Application.OleRequired() != System.Threading.ApartmentState.STA)