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