5 references to SM_CXSIZE
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (4)
73
size.cx = UnsafeNativeMethods.GetSystemMetrics (NativeMethods.
SM_CXSIZE
);
74
size.cy = UnsafeNativeMethods.GetSystemMetrics (NativeMethods.
SM_CXSIZE
);
91
size.cx = UnsafeNativeMethods.GetSystemMetrics (NativeMethods.
SM_CXSIZE
);
92
size.cy = UnsafeNativeMethods.GetSystemMetrics (NativeMethods.
SM_CXSIZE
);
MS\Internal\AutomationProxies\Misc.cs (1)
2023
int buttonWidth = UnsafeNativeMethods.GetSystemMetrics(NativeMethods.
SM_CXSIZE
) - 1;