3 references to GetSystemMetrics
System.Drawing (3)
commonui\System\Drawing\Graphics.cs (1)
4623(((UnsafeNativeMethods.GetSystemMetrics(NativeMethods.SM_REMOTESESSION) & 0x00000001) != 0) && (error == 0))) {
commonui\System\Drawing\Icon.cs (2)
619width = UnsafeNativeMethods.GetSystemMetrics(SafeNativeMethods.SM_CXICON); 623height = UnsafeNativeMethods.GetSystemMetrics(SafeNativeMethods.SM_CYICON);