1 write to _calendarFont
System.Windows.Forms (1)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
212_calendarFont = value;
6 references to _calendarFont
System.Windows.Forms (6)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (6)
207get => _calendarFont ?? Font; 210if ((value is null && _calendarFont is not null) || (value is not null && !value.Equals(_calendarFont))) 223if (_calendarFont is null) 1183if (_calendarFont is null) 1365return _calendarFont is not null;