12 references to _annualBoldDates
System.Windows.Forms (12)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (12)
171
get => [..
_annualBoldDates
];
174
_annualBoldDates
.Clear();
183
_annualBoldDates
.AddRange(value);
346
||
_annualBoldDates
.Any(d => d.Month == currentDate.Month && d.Day == currentDate.Day)
971
_annualBoldDates
.Add(date);
1497
_annualBoldDates
.Clear();
1528
int length =
_annualBoldDates
.Count;
1532
if (CompareDayAndMonth(
_annualBoldDates
[i], date))
1534
_annualBoldDates
.RemoveAt(i);
1542
if (CompareDayAndMonth(
_annualBoldDates
[j], date))
1602
private void ResetAnnuallyBoldedDates() =>
_annualBoldDates
.Clear();
1898
=>
_annualBoldDates
.Count > 0;