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