5 references to CheckForIllegalCrossThreadCalls
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
2205
if (
CheckForIllegalCrossThreadCalls
&& !t_inCrossThreadSafeCall && InvokeRequired)
System\Windows\Forms\Control.MultithreadSafeCallScope.cs (1)
22
if (
CheckForIllegalCrossThreadCalls
&& !t_inCrossThreadSafeCall)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
728
if (Control.
CheckForIllegalCrossThreadCalls
&& Application.OleRequired() != ApartmentState.STA)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
448
if (Control.
CheckForIllegalCrossThreadCalls
&& Application.OleRequired() != ApartmentState.STA)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
215
if (Control.
CheckForIllegalCrossThreadCalls
&& InvokeRequired)