4 writes to _prefHeightCache
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
775
_prefHeightCache
= (short)(textSize.Height + SystemInformation.BorderSize.Height * 8 + Padding.Size.Height);
792
_prefHeightCache
= (short)(textSize.Height * itemCount + SystemInformation.BorderSize.Height * 16 + Padding.Size.Height);
798
_prefHeightCache
= (short)GetComboHeight();
2969
private void ResetHeightCache() =>
_prefHeightCache
= -1;
3 references to _prefHeightCache
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
777
return
_prefHeightCache
;
783
if (
_prefHeightCache
< 0)
802
return
_prefHeightCache
;