4 writes to prefHeightCache
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (4)
937
prefHeightCache
= (short)(textSize.Height + SystemInformation.BorderSize.Height * 8 + Padding.Size.Height);
952
prefHeightCache
= (short)(textSize.Height * itemCount + SystemInformation.BorderSize.Height * 16 + Padding.Size.Height);
957
prefHeightCache
= (short)GetComboHeight();
3008
prefHeightCache
= -1;
3 references to prefHeightCache
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
939
return
prefHeightCache
;
945
if (
prefHeightCache
< 0) {
960
return
prefHeightCache
;