5 writes to Minimum
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
652Minimum = DefaultMinimum;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1492pageCounter.Minimum = new Decimal(0d);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (3)
552this.fitToPagesTallInput.Minimum = new decimal(new int[] { 573this.fitToPagesWideInput.Minimum = new decimal(new int[] { 594this.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> 678return !Minimum.Equals(NumericUpDown.DefaultMinimum); 712s += ", Minimum = " + Minimum.ToString(CultureInfo.CurrentCulture) + ", Maximum = " + Maximum.ToString(CultureInfo.CurrentCulture); 823int numDigits = (int)Math.Floor(Math.Log(Math.Max(-(double)Minimum, (double)Maximum), baseSize));