9 references to UserInteractive
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
101
bool isInteractive = Environment.
UserInteractive
&& (OperatingSystem.IsWindows() || !(isRedirected));
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\FileIO\FileSystem.vb (3)
945
If showUI <> UIOptionInternal.NoUI AndAlso Environment.
UserInteractive
Then
1201
If (showUI <> UIOptionInternal.NoUI) AndAlso Environment.
UserInteractive
Then
1235
If (showUI <> UIOptionInternal.NoUI) AndAlso Environment.
UserInteractive
Then
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (2)
159
/// identified by <see cref="Environment.
UserInteractive
"/>.
163
/// <see cref="Environment.
UserInteractive
"/>, and (b) a registry override that requests
System\Windows\Media\MediaContext.cs (1)
173
!Environment.
UserInteractive
? // IF DisplayDevicesNotAvailable && IsNonInteractiveWindowStation/IsService...
PresentationFramework (2)
Microsoft\Win32\CommonDialog.cs (2)
57
if (!Environment.
UserInteractive
)
128
if (!Environment.
UserInteractive
)