5 writes to Minimum
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
652
Minimum
= DefaultMinimum;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1492
pageCounter.
Minimum
= new Decimal(0d);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (3)
552
this.fitToPagesTallInput.
Minimum
= new decimal(new int[] {
573
this.fitToPagesWideInput.
Minimum
= new decimal(new int[] {
594
this.adjustToScaleInput.
Minimum
= new decimal(new int[] {
4 references to Minimum
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NumericUpDown.cs (4)
675
/// <para>Indicates whether the <see cref='System.Windows.Forms.NumericUpDown.
Minimum
'/> property should be persisted.</para>
678
return !
Minimum
.Equals(NumericUpDown.DefaultMinimum);
712
s += ", Minimum = " +
Minimum
.ToString(CultureInfo.CurrentCulture) + ", Maximum = " + Maximum.ToString(CultureInfo.CurrentCulture);
823
int numDigits = (int)Math.Floor(Math.Log(Math.Max(-(double)
Minimum
, (double)Maximum), baseSize));