2 references to SM_REMOTESESSION
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
3565(((PInvokeCore.GetSystemMetrics(SYSTEM_METRICS_INDEX.SM_REMOTESESSION) & 0x00000001) != 0) && (error == 0)))
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
385public static bool TerminalServerSession => (PInvokeCore.GetSystemMetrics(SM_REMOTESESSION) & 0x00000001) != 0;