1 write to checkForIllegalCrossThreadCalls
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
1582
set {
checkForIllegalCrossThreadCalls
= value; }
3 references to checkForIllegalCrossThreadCalls
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
1581
get { return
checkForIllegalCrossThreadCalls
; }
2856
if (
checkForIllegalCrossThreadCalls
&&
20308
if (
checkForIllegalCrossThreadCalls
&& !inCrossThreadSafeCall)