3 references to SM_CYICON
System.Drawing.Common (1)
System\Drawing\Icon.cs (1)
428
height = PInvokeCore.GetSystemMetrics(SYSTEM_METRICS_INDEX.
SM_CYICON
);
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
124
public static Size IconSize => GetSize(SM_CXICON,
SM_CYICON
);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
307
PInvokeCore.GetSystemMetrics(SYSTEM_METRICS_INDEX.
SM_CYICON
));