12 references to _monthlyBoldDates
System.Windows.Forms (12)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (12)
344
||
_monthlyBoldDates
.Any(d => d.Day == currentDate.Day);
526
get => [..
_monthlyBoldDates
];
530
_monthlyBoldDates
.Clear();
536
_monthlyBoldDates
.AddRange(value);
988
_monthlyBoldDates
.Add(date);
1512
_monthlyBoldDates
.Clear();
1576
int length =
_monthlyBoldDates
.Count;
1580
if (CompareDayAndMonth(
_monthlyBoldDates
[i], date))
1582
_monthlyBoldDates
.RemoveAt(i);
1590
if (CompareDayAndMonth(
_monthlyBoldDates
[j], date))
1617
private void ResetMonthlyBoldedDates() =>
_monthlyBoldDates
.Clear();
1913
=>
_monthlyBoldDates
.Count > 0;