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