11 references to ProcessWindowStyle
Aspire.Hosting (1)
Dcp\Process\ProcessUtil.cs (1)
32WindowStyle = ProcessWindowStyle.Hidden,
Aspire.Hosting.Azure (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
32WindowStyle = ProcessWindowStyle.Hidden,
Interop.FunctionalTests (2)
H2SpecCommands.cs (2)
89WindowStyle = ProcessWindowStyle.Hidden, 225process.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyLaunchManager.cs (1)
196WindowStyle = ProcessWindowStyle.Normal,
netstandard (1)
netstandard.cs (1)
672[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessWindowStyle))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
527[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.ProcessWindowStyle))]
System.Diagnostics.Process (4)
System\Diagnostics\ProcessStartInfo.cs (4)
28private ProcessWindowStyle _windowStyle; 171[DefaultValueAttribute(System.Diagnostics.ProcessWindowStyle.Normal)] 172public ProcessWindowStyle WindowStyle 179throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(ProcessWindowStyle));