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