13 references to UserInteractive
mscorlib (2)
system\diagnostics\contracts\contractsbcl.cs (1)
427if (!Environment.UserInteractive) {
system\security\cryptography\utils.cs (1)
485if (!System.Environment.UserInteractive)
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
196/// identified by <see cref="Environment.UserInteractive"/>. 200/// <see cref="Environment.UserInteractive"/>, and (b) a registry override that requests
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
198!Environment.UserInteractive ? // IF DisplayDevicesNotAvailable && IsNonInteractiveWindowStation/IsService...
PresentationFramework (2)
src\Framework\Microsoft\Win32\CommonDialog.cs (2)
98if (!Environment.UserInteractive) 181if (!Environment.UserInteractive)
System (1)
compmod\system\diagnostics\assertwrapper.cs (1)
129if (!Environment.UserInteractive)
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
94if (constr.PossiblePrompt && !System.Environment.UserInteractive) {
System.Security (2)
system\security\cryptography\cryptoapi.cs (2)
2875if (!System.Environment.UserInteractive) 2891if (!System.Environment.UserInteractive)
System.Web (2)
Hosting\ApplicationManager.cs (1)
1442if (!Environment.UserInteractive) {
HttpRuntime.cs (1)
972if ((!BuildManagerHost.InClientBuildManager) && (!Environment.UserInteractive))