7 references to UserInteractive
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (2)
3243if (SystemInformation.UserInteractive) { 3360if (reason == NativeMethods.MSOCM.msoloopModalForm && !SystemInformation.UserInteractive) {
winforms\Managed\System\WinForms\CommonDialog.cs (1)
269if (!SystemInformation.UserInteractive) {
winforms\Managed\System\WinForms\Form.cs (2)
6088else if (!SystemInformation.UserInteractive) { 6153else if (!SystemInformation.UserInteractive) {
winforms\Managed\System\WinForms\MessageBox.cs (1)
434if (!SystemInformation.UserInteractive && (options & (MessageBoxOptions.ServiceNotification | MessageBoxOptions.DefaultDesktopOnly)) == 0) {
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
75if (SystemInformation.UserInteractive) {