12 references to _monthlyBoldDates
System.Windows.Forms (12)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (12)
347
||
_monthlyBoldDates
.Any(d => d.Day == currentDate.Day);
531
get => [..
_monthlyBoldDates
];
535
_monthlyBoldDates
.Clear();
541
_monthlyBoldDates
.AddRange(value);
993
_monthlyBoldDates
.Add(date);
1515
_monthlyBoldDates
.Clear();
1579
int length =
_monthlyBoldDates
.Count;
1583
if (CompareDayAndMonth(
_monthlyBoldDates
[i], date))
1585
_monthlyBoldDates
.RemoveAt(i);
1593
if (CompareDayAndMonth(
_monthlyBoldDates
[j], date))
1620
private void ResetMonthlyBoldedDates() =>
_monthlyBoldDates
.Clear();
1916
=>
_monthlyBoldDates
.Count > 0;