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