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