5 writes to CheckForIllegalCrossThreadCalls
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (1)
274Control.CheckForIllegalCrossThreadCalls = true;
System\Windows\Forms\Application.ParkingWindowTests.cs (1)
16Control.CheckForIllegalCrossThreadCalls = true;
System\Windows\Forms\DragDropHelperTests.cs (1)
155Control.CheckForIllegalCrossThreadCalls = true;
System\Windows\Forms\TaskDialogTests.cs (2)
17Control.CheckForIllegalCrossThreadCalls = true; 41Control.CheckForIllegalCrossThreadCalls = true;
6 references to CheckForIllegalCrossThreadCalls
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
2117if (CheckForIllegalCrossThreadCalls && !t_inCrossThreadSafeCall && InvokeRequired)
System\Windows\Forms\Control.MultithreadSafeCallScope.cs (1)
22if (CheckForIllegalCrossThreadCalls && !t_inCrossThreadSafeCall)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
728if (Control.CheckForIllegalCrossThreadCalls && Application.OleRequired() != ApartmentState.STA)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
448if (Control.CheckForIllegalCrossThreadCalls && Application.OleRequired() != ApartmentState.STA)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
216if (Control.CheckForIllegalCrossThreadCalls && InvokeRequired)
System\Windows\Forms\OLE\DragDropHelper.cs (1)
520if (Control.CheckForIllegalCrossThreadCalls && Application.OleRequired() != ApartmentState.STA)