3 writes to Value
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DateTimePicker.cs (3)
740Value = max; 796Value = min; 978Value = DateTime.Parse(value, CultureInfo.CurrentCulture);
10 references to Value
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DateTimePicker.cs (10)
405/// <para>Indicates whether the <see cref='System.Windows.Forms.DateTimePicker.Value'/> property has been set.</para> 430NativeMethods.SYSTEMTIME sys = DateTimePicker.DateTimeToSysTime(Value); 739if (Value > max) { 794if (Value < min) 1014bool valueChanged = !DateTime.Equals(this.Value, value); 1148NativeMethods.SYSTEMTIME sys = DateTimePicker.DateTimeToSysTime(Value); 1173value = Value; 1361/// <para> Resets the <see cref='System.Windows.Forms.DateTimePicker.Value'/> property to its default value.</para> 1540/// <para>Determines if the <see cref='System.Windows.Forms.DateTimePicker.Value'/> property needs to be persisted.</para> 1561return s + ", Value: " + FormatDateTime(Value);