4 references to TerminalServerSession
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
798
if (
TerminalServerSession
)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (1)
619
s_isTerminalServerSession = SystemInformation.
TerminalServerSession
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
697
Assert.Equal(SystemInformation.
TerminalServerSession
, SystemInformation.
TerminalServerSession
);