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