7 writes to Maximum
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
648
Maximum
= DefaultMaximum;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1493
pageCounter.
Maximum
= new Decimal(1000d);
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (5)
547
this.fitToPagesTallInput.
Maximum
= new decimal(new int[] {
568
this.fitToPagesWideInput.
Maximum
= new decimal(new int[] {
589
this.adjustToScaleInput.
Maximum
= new decimal(new int[] {
1120
this.footerMarginInput.
Maximum
= this.headerMarginInput.
Maximum
= PrinterUnitToUIUnit(this.landscapeRadioButton.Checked ? paperSize.Width : paperSize.Height);
4 references to Maximum
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NumericUpDown.cs (4)
668
/// <para>Indicates whether the <see cref='System.Windows.Forms.NumericUpDown.
Maximum
'/> property should be persisted.</para>
671
return !
Maximum
.Equals(NumericUpDown.DefaultMaximum);
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));