2 references to NONCLIENTMETRICS
WindowsBase (2)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
3207return Marshal.SizeOf(typeof(NONCLIENTMETRICS));
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
1482public static extern bool SystemParametersInfo(int nAction, int nParam, [In, Out] NativeMethods.NONCLIENTMETRICS metrics, int nUpdate);