2 writes to inCrossThreadSafeCall
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
20310
inCrossThreadSafeCall
= true;
20323
inCrossThreadSafeCall
= false;
2 references to inCrossThreadSafeCall
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
2857
!
inCrossThreadSafeCall
&&
20308
if (checkForIllegalCrossThreadCalls && !
inCrossThreadSafeCall
)