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)
3097calendar.AddBoldedDate(new DateTime(2019, 10, 3)); 3102calendar.AddBoldedDate(new DateTime(2019, 10, 5)); 3107calendar.AddBoldedDate(new DateTime(2019, 09, 5)); 3112calendar.AddBoldedDate(new DateTime(2018, 09, 5)); 3117calendar.AddBoldedDate(new DateTime(2018, 09, 5)); 3122calendar.AddBoldedDate(DateTime.MinValue); 3127calendar.AddBoldedDate(DateTime.MaxValue); 3144calendar.AddBoldedDate(new DateTime(2019, 10, 3)); 3152calendar.AddBoldedDate(new DateTime(2019, 10, 5)); 3160calendar.AddBoldedDate(new DateTime(2019, 09, 5)); 3168calendar.AddBoldedDate(new DateTime(2018, 09, 5)); 3176calendar.AddBoldedDate(new DateTime(2018, 09, 5)); 3184calendar.AddBoldedDate(DateTime.MinValue); 3192calendar.AddBoldedDate(DateTime.MaxValue); 4205calendar.AddBoldedDate(currentDate); 4462calendar.AddBoldedDate(new DateTime(2022, 1, 1)); 4463calendar.AddBoldedDate(new DateTime(2022, 2, 2)); 4518ShouldSerializeProperty(() => calendar.TestAccessor().Dynamic.ShouldSerializeBoldedDates(), () => calendar.AddBoldedDate(DateTime.Now)); 4700calendar.AddBoldedDate(DateTime.Now);
WinFormsControlsTest (1)
Calendar.cs (1)
28monthCalendar1.AddBoldedDate(e.Start);