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);
347
||
_annualBoldDates
.Any(d => d.Month == currentDate.Month && d.Day == currentDate.Day)
972
_annualBoldDates
.Add(date);
1498
_annualBoldDates
.Clear();
1529
int length =
_annualBoldDates
.Count;
1533
if (CompareDayAndMonth(
_annualBoldDates
[i], date))
1535
_annualBoldDates
.RemoveAt(i);
1543
if (CompareDayAndMonth(
_annualBoldDates
[j], date))
1603
private void ResetAnnuallyBoldedDates() =>
_annualBoldDates
.Clear();
1899
=>
_annualBoldDates
.Count > 0;