9 references to UserInteractive
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
101bool isInteractive = Environment.UserInteractive && (OperatingSystem.IsWindows() || !(isRedirected));
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\FileIO\FileSystem.vb (3)
945If showUI <> UIOptionInternal.NoUI AndAlso Environment.UserInteractive Then 1201If (showUI <> UIOptionInternal.NoUI) AndAlso Environment.UserInteractive Then 1235If (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)
57if (!Environment.UserInteractive) 128if (!Environment.UserInteractive)