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