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);
1492
_annualBoldDates
.Clear();
1523
int length =
_annualBoldDates
.Count;
1527
if (CompareDayAndMonth(
_annualBoldDates
[i], date))
1529
_annualBoldDates
.RemoveAt(i);
1537
if (CompareDayAndMonth(
_annualBoldDates
[j], date))
1597
private void ResetAnnuallyBoldedDates() =>
_annualBoldDates
.Clear();
1893
=>
_annualBoldDates
.Count > 0;