4 references to GetSystemMetrics
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
674
int dx = SafeNativeMethods.
GetSystemMetrics
(SafeNativeMethods.SM_CXHSCROLL);
675
int dy = SafeNativeMethods.
GetSystemMetrics
(SafeNativeMethods.SM_CYHSCROLL);
805
int x = SafeNativeMethods.
GetSystemMetrics
(SafeNativeMethods.SM_CXMAXTRACK);
806
int y = SafeNativeMethods.
GetSystemMetrics
(SafeNativeMethods.SM_CYMAXTRACK);