3 references to SM_CXICON
System.Drawing.Common (1)
System\Drawing\Icon.cs (1)
423
width = PInvokeCore.GetSystemMetrics(SYSTEM_METRICS_INDEX.
SM_CXICON
);
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)
306
PInvokeCore.GetSystemMetrics(SYSTEM_METRICS_INDEX.
SM_CXICON
),