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