12 references to _annualBoldDates
System.Windows.Forms (12)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (12)
168
get => [..
_annualBoldDates
];
171
_annualBoldDates
.Clear();
180
_annualBoldDates
.AddRange(value);
343
||
_annualBoldDates
.Any(d => d.Month == currentDate.Month && d.Day == currentDate.Day)
966
_annualBoldDates
.Add(date);
1494
_annualBoldDates
.Clear();
1525
int length =
_annualBoldDates
.Count;
1529
if (CompareDayAndMonth(
_annualBoldDates
[i], date))
1531
_annualBoldDates
.RemoveAt(i);
1539
if (CompareDayAndMonth(
_annualBoldDates
[j], date))
1599
private void ResetAnnuallyBoldedDates() =>
_annualBoldDates
.Clear();
1895
=>
_annualBoldDates
.Count > 0;