1 write to syncContext
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
7402tme.syncContext = SynchronizationContext.Current;
2 references to syncContext
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
7417if (tme.syncContext != null) { 7421SynchronizationContext.SetSynchronizationContext(tme.syncContext);