1 write to max
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
734
max
= value;
8 references to max
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DateTimePicker.cs (8)
720
return EffectiveMaxDate(
max
);
723
if (value !=
max
) {
739
if (Value >
max
) {
740
Value =
max
;
778
if (value > EffectiveMaxDate(
max
))
1429
SetRange(EffectiveMinDate(min), EffectiveMaxDate(
max
));
1529
return
max
!= MaximumDateTime &&
max
!= DateTime.MaxValue;