2 writes to _prefHeightCache
System.Windows.Forms (2)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
751
_prefHeightCache
= (short)height;
1179
_prefHeightCache
= -1;
2 references to _prefHeightCache
System.Windows.Forms (2)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
741
if (
_prefHeightCache
> -1)
743
return
_prefHeightCache
;