12 references to _monthlyBoldDates
System.Windows.Forms (12)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (12)
344
||
_monthlyBoldDates
.Any(d => d.Day == currentDate.Day);
526
get => [..
_monthlyBoldDates
];
530
_monthlyBoldDates
.Clear();
536
_monthlyBoldDates
.AddRange(value);
988
_monthlyBoldDates
.Add(date);
1510
_monthlyBoldDates
.Clear();
1574
int length =
_monthlyBoldDates
.Count;
1578
if (CompareDayAndMonth(
_monthlyBoldDates
[i], date))
1580
_monthlyBoldDates
.RemoveAt(i);
1588
if (CompareDayAndMonth(
_monthlyBoldDates
[j], date))
1615
private void ResetMonthlyBoldedDates() =>
_monthlyBoldDates
.Clear();
1911
=>
_monthlyBoldDates
.Count > 0;