4 references to SM_CXSMICON
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
315public static Size SmallIconSize => GetSize(SM_CXSMICON, SM_CYSMICON);
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Internals\ScaleHelper.cs (3)
356PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.SM_CXSMICON, OneHundredPercentLogicalDpi), 357PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.SM_CXSMICON, OneHundredPercentLogicalDpi)) 474int width = PInvoke.GetCurrentSystemMetrics(SYSTEM_METRICS_INDEX.SM_CXSMICON, (uint)dpi);