1 write to _showTodayCircle
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
757_showTodayCircle = value;
3 references to _showTodayCircle
System.Windows.Forms (3)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
299if (!_showTodayCircle) 749get => _showTodayCircle; 752if (value == _showTodayCircle)