5 writes to CheckForIllegalCrossThreadCalls
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (1)
276
Control.
CheckForIllegalCrossThreadCalls
= true;
System\Windows\Forms\Application.ParkingWindowTests.cs (1)
18
Control.
CheckForIllegalCrossThreadCalls
= true;
System\Windows\Forms\DragDropHelperTests.cs (1)
167
Control.
CheckForIllegalCrossThreadCalls
= true;
System\Windows\Forms\TaskDialogTests.cs (2)
19
Control.
CheckForIllegalCrossThreadCalls
= true;
43
Control.
CheckForIllegalCrossThreadCalls
= true;
5 references to CheckForIllegalCrossThreadCalls
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
2116
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)
216
if (Control.
CheckForIllegalCrossThreadCalls
&& InvokeRequired)