13 references to UserInteractive
mscorlib (2)
system\diagnostics\contracts\contractsbcl.cs (1)
427
if (!Environment.
UserInteractive
) {
system\security\cryptography\utils.cs (1)
485
if (!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)
98
if (!Environment.
UserInteractive
)
181
if (!Environment.
UserInteractive
)
System (1)
compmod\system\diagnostics\assertwrapper.cs (1)
129
if (!Environment.
UserInteractive
)
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
94
if (constr.PossiblePrompt && !System.Environment.
UserInteractive
) {
System.Security (2)
system\security\cryptography\cryptoapi.cs (2)
2875
if (!System.Environment.
UserInteractive
)
2891
if (!System.Environment.
UserInteractive
)
System.Web (2)
Hosting\ApplicationManager.cs (1)
1442
if (!Environment.
UserInteractive
) {
HttpRuntime.cs (1)
972
if ((!BuildManagerHost.InClientBuildManager) && (!Environment.
UserInteractive
))