2 references to iMenuHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SystemInformation.cs (2)
1941
if (result && data.
iMenuHeight
> 0 && data.iMenuWidth > 0) {
1942
return new Size(data.iMenuWidth, data.
iMenuHeight
);