6 references to EffectiveMaxDate
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DateTimePicker.cs (3)
720
return
EffectiveMaxDate
(max);
778
if (value >
EffectiveMaxDate
(max))
1429
SetRange(EffectiveMinDate(min),
EffectiveMaxDate
(max));
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
580
return DateTimePicker.
EffectiveMaxDate
(maxDate);
639
if (value > DateTimePicker.
EffectiveMaxDate
(maxDate)) {
1990
SetRange(DateTimePicker.EffectiveMinDate(minDate), DateTimePicker.
EffectiveMaxDate
(maxDate));