2 writes to t_inCrossThreadSafeCall
System.Windows.Forms (2)
System\Windows\Forms\Control.MultithreadSafeCallScope.cs (2)
24t_inCrossThreadSafeCall = true; 37t_inCrossThreadSafeCall = false;
2 references to t_inCrossThreadSafeCall
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
2117if (CheckForIllegalCrossThreadCalls && !t_inCrossThreadSafeCall && InvokeRequired)
System\Windows\Forms\Control.MultithreadSafeCallScope.cs (1)
22if (CheckForIllegalCrossThreadCalls && !t_inCrossThreadSafeCall)