3 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);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ErrorProviderTests.cs (1)
34
Assert.Equal(provider.Icon.Height, PInvokeCore.GetSystemMetrics(SYSTEM_METRICS_INDEX.
SM_CYSMICON
));