1 write to calendarFont
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
281calendarFont = value;
7 references to calendarFont
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DateTimePicker.cs (7)
273if (calendarFont == null) { 276return calendarFont; 280if ((value == null && calendarFont != null) || (value != null && !value.Equals(calendarFont))) { 290if (calendarFont == null) { 1308if (calendarFont == null) { 1494return calendarFont != null;