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)
741if (_prefHeightCache > -1) 743return _prefHeightCache;