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