3 references to SM
WindowsBase (3)
Base\System\Windows\SplashScreen.cs (2)
200int screenWidth = MS.Win32.UnsafeNativeMethods.GetSystemMetrics(SM.CXSCREEN); 201int screenHeight = MS.Win32.UnsafeNativeMethods.GetSystemMetrics(SM.CYSCREEN);
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
1441public static extern int GetSystemMetrics(SM nIndex);