2 references to SM_CYBORDER
System.Windows.Forms (2)
System\Windows\Forms\SystemInformation.cs (2)
93
public static Size BorderSize => GetSize(SM_CXBORDER,
SM_CYBORDER
);
102
PInvoke.GetCurrentSystemMetrics(
SM_CYBORDER
, (uint)dpi))