1 write to AutoInstall
System.Windows.Forms (1)
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (1)
176AutoInstall = false;
3 references to AutoInstall
System.Windows.Forms (3)
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (3)
105/// The <see cref="AutoInstall"/> property determines whether the <see cref="WindowsFormsSynchronizationContext"/> 122if (!AutoInstall || t_inSyncContextInstallation) 160if (AutoInstall && AsyncOperationManager.SynchronizationContext is WindowsFormsSynchronizationContext)