9 references to UserInteractive
System.Windows.Forms (7)
System\Windows\Forms\Application.ThreadContext.cs (2)
616
if (SystemInformation.
UserInteractive
)
700
if (reason == msoloop.ModalForm && !SystemInformation.
UserInteractive
)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
169
if (!SystemInformation.
UserInteractive
)
System\Windows\Forms\Dialogs\MessageBox.cs (1)
54
if (!SystemInformation.
UserInteractive
&& (options & (MessageBoxOptions.ServiceNotification | MessageBoxOptions.DefaultDesktopOnly)) == 0)
System\Windows\Forms\Form.cs (2)
5392
if (!SystemInformation.
UserInteractive
)
5591
if (!SystemInformation.
UserInteractive
)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
40
if (SystemInformation.
UserInteractive
)
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
734
Assert.Equal(SystemInformation.
UserInteractive
, SystemInformation.
UserInteractive
);