2 references to SM_CYSMICON
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
315
public static Size SmallIconSize => GetSize(SM_CXSMICON,
SM_CYSMICON
);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
430
int height = PInvoke.GetCurrentSystemMetrics(SYSTEM_METRICS_INDEX.
SM_CYSMICON
, (uint)dpi);