2 writes to prefHeightCache
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
882
prefHeightCache
= (short)height;
1304
prefHeightCache
= -1;
2 references to prefHeightCache
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
874
if (
prefHeightCache
> -1)
875
return(int)
prefHeightCache
;