2 references to GetSystemMetrics
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (2)
200int screenWidth = MS.Win32.UnsafeNativeMethods.GetSystemMetrics(SM.CXSCREEN); 201int screenHeight = MS.Win32.UnsafeNativeMethods.GetSystemMetrics(SM.CYSCREEN);