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