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