7 references to EffectiveMinDate
System.Windows.Forms (6)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (3)
601
ArgumentOutOfRangeException.ThrowIfLessThan(value,
EffectiveMinDate
(_minDateTime));
648
return
EffectiveMinDate
(_minDateTime);
1312
SetRange(
EffectiveMinDate
(_minDateTime), EffectiveMaxDate(_maxDateTime));
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
461
ArgumentOutOfRangeException.ThrowIfLessThan(value, DateTimePicker.
EffectiveMinDate
(_minDate));
509
get => DateTimePicker.
EffectiveMinDate
(_minDate);
1701
SetRange(DateTimePicker.
EffectiveMinDate
(_minDate), DateTimePicker.EffectiveMaxDate(_maxDate));
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\MonthCalendar.MonthCalendarAccessibleObjectTests.cs (1)
138
Assert.Equal(DateTimePicker.
EffectiveMinDate
(minDate), accessibleObject.MinDate);