12 references to _monthlyBoldDates
System.Windows.Forms (12)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (12)
348
||
_monthlyBoldDates
.Any(d => d.Day == currentDate.Day);
532
get => [..
_monthlyBoldDates
];
536
_monthlyBoldDates
.Clear();
542
_monthlyBoldDates
.AddRange(value);
994
_monthlyBoldDates
.Add(date);
1516
_monthlyBoldDates
.Clear();
1580
int length =
_monthlyBoldDates
.Count;
1584
if (CompareDayAndMonth(
_monthlyBoldDates
[i], date))
1586
_monthlyBoldDates
.RemoveAt(i);
1594
if (CompareDayAndMonth(
_monthlyBoldDates
[j], date))
1621
private void ResetMonthlyBoldedDates() =>
_monthlyBoldDates
.Clear();
1917
=>
_monthlyBoldDates
.Count > 0;