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