7 references to EffectiveMaxDate
System.Windows.Forms (6)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (3)
592
return
EffectiveMaxDate
(_maxDateTime);
657
ArgumentOutOfRangeException.ThrowIfGreaterThan(value,
EffectiveMaxDate
(_maxDateTime));
1312
SetRange(EffectiveMinDate(_minDateTime),
EffectiveMaxDate
(_maxDateTime));
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
453
get => DateTimePicker.
EffectiveMaxDate
(_maxDate);
517
ArgumentOutOfRangeException.ThrowIfGreaterThan(value, DateTimePicker.
EffectiveMaxDate
(_maxDate));
1701
SetRange(DateTimePicker.EffectiveMinDate(_minDate), DateTimePicker.
EffectiveMaxDate
(_maxDate));
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\MonthCalendar.MonthCalendarAccessibleObjectTests.cs (1)
150
Assert.Equal(DateTimePicker.
EffectiveMaxDate
(maxDate), accessibleObject.MaxDate);