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