21 references to AddBoldedDate
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
39/// of this, neither <see cref="AddBoldedDate(DateTime)"/> nor <see cref="RemoveBoldedDate(DateTime)"/> repaints the
System.Windows.Forms.Tests (19)
System\Windows\Forms\MonthCalendarTests.cs (19)
3095calendar.AddBoldedDate(new DateTime(2019, 10, 3)); 3100calendar.AddBoldedDate(new DateTime(2019, 10, 5)); 3105calendar.AddBoldedDate(new DateTime(2019, 09, 5)); 3110calendar.AddBoldedDate(new DateTime(2018, 09, 5)); 3115calendar.AddBoldedDate(new DateTime(2018, 09, 5)); 3120calendar.AddBoldedDate(DateTime.MinValue); 3125calendar.AddBoldedDate(DateTime.MaxValue); 3142calendar.AddBoldedDate(new DateTime(2019, 10, 3)); 3150calendar.AddBoldedDate(new DateTime(2019, 10, 5)); 3158calendar.AddBoldedDate(new DateTime(2019, 09, 5)); 3166calendar.AddBoldedDate(new DateTime(2018, 09, 5)); 3174calendar.AddBoldedDate(new DateTime(2018, 09, 5)); 3182calendar.AddBoldedDate(DateTime.MinValue); 3190calendar.AddBoldedDate(DateTime.MaxValue); 4203calendar.AddBoldedDate(currentDate); 4460calendar.AddBoldedDate(new DateTime(2022, 1, 1)); 4461calendar.AddBoldedDate(new DateTime(2022, 2, 2)); 4516ShouldSerializeProperty(() => calendar.TestAccessor().Dynamic.ShouldSerializeBoldedDates(), () => calendar.AddBoldedDate(DateTime.Now)); 4698calendar.AddBoldedDate(DateTime.Now);
WinFormsControlsTest (1)
Calendar.cs (1)
28monthCalendar1.AddBoldedDate(e.Start);