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)
207
get =>
_calendarFont
?? Font;
210
if ((value is null &&
_calendarFont
is not null) || (value is not null && !value.Equals(
_calendarFont
)))
223
if (
_calendarFont
is null)
1183
if (
_calendarFont
is null)
1365
return
_calendarFont
is not null;