2 writes to s_isUserInteractive
System.Windows.Forms (2)
System\Windows\Forms\SystemInformation.cs (2)
497
s_isUserInteractive
= true;
509
s_isUserInteractive
= false;
1 reference to s_isUserInteractive
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
516
return
s_isUserInteractive
;