2 instantiations of WindowsFormsSynchronizationContext
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (2)
102return new WindowsFormsSynchronizationContext(controlToSendTo, DestinationThread); 147AsyncOperationManager.SynchronizationContext = new WindowsFormsSynchronizationContext();
6 references to WindowsFormsSynchronizationContext
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Application.cs (2)
3459WindowsFormsSynchronizationContext.InstallIfNeeded(); 3500WindowsFormsSynchronizationContext.Uninstall(false);
winforms\Managed\System\WinForms\Control.cs (2)
554WindowsFormsSynchronizationContext.InstallIfNeeded(); 7399WindowsFormsSynchronizationContext.InstallIfNeeded();
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (2)
165WindowsFormsSynchronizationContext winFormsSyncContext = AsyncOperationManager.SynchronizationContext as WindowsFormsSynchronizationContext;