2 references to GetSystemMetrics
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
InProcess\InputInProcess.cs (2)
133
var horizontalResolution = NativeMethods.
GetSystemMetrics
(NativeMethods.SM_CXSCREEN);
134
var verticalResolution = NativeMethods.
GetSystemMetrics
(NativeMethods.SM_CYSCREEN);