1 write to showTodayCircle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
938showTodayCircle = value;
3 references to showTodayCircle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
443if (!showTodayCircle) cp.Style |= NativeMethods.MCS_NOTODAYCIRCLE; 934return showTodayCircle; 937if (showTodayCircle != value) {