5 references to SM_CXSMICON
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
315
public static Size SmallIconSize => GetSize(
SM_CXSMICON
, SM_CYSMICON);
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Internals\ScaleHelper.cs (3)
311
PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.
SM_CXSMICON
, OneHundredPercentLogicalDpi),
312
PInvoke.GetSystemMetricsForDpi(SYSTEM_METRICS_INDEX.
SM_CXSMICON
, OneHundredPercentLogicalDpi))
429
int width = PInvoke.GetCurrentSystemMetrics(SYSTEM_METRICS_INDEX.
SM_CXSMICON
, (uint)dpi);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ErrorProviderTests.cs (1)
33
Assert.Equal(provider.Icon.Width, PInvokeCore.GetSystemMetrics(SYSTEM_METRICS_INDEX.
SM_CXSMICON
));