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