2 references to ICONMETRICS
WindowsBase (2)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
3226return Marshal.SizeOf(typeof(ICONMETRICS));
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
1054internal static extern bool SystemParametersInfo(int nAction, int nParam, [In, Out] NativeMethods.ICONMETRICS metrics, int nUpdate);