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