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