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