10 instantiations of NumericUpDown
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1308
this.pageCounter = new System.Windows.Forms.
NumericUpDown
();
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (9)
266
this.marginsRightInput = new System.Windows.Forms.
NumericUpDown
();
267
this.marginsBottomInput = new System.Windows.Forms.
NumericUpDown
();
272
this.marginsTopInput = new System.Windows.Forms.
NumericUpDown
();
273
this.marginsLeftInput = new System.Windows.Forms.
NumericUpDown
();
280
this.fitToPagesTallInput = new System.Windows.Forms.
NumericUpDown
();
281
this.fitToPagesWideInput = new System.Windows.Forms.
NumericUpDown
();
282
this.adjustToScaleInput = new System.Windows.Forms.
NumericUpDown
();
303
this.footerMarginInput = new System.Windows.Forms.
NumericUpDown
();
314
this.headerMarginInput = new System.Windows.Forms.
NumericUpDown
();
25 references to NumericUpDown
System.Windows.Forms (16)
winforms\Managed\System\WinForms\NumericUpDown.cs (15)
132
DefaultValue(
NumericUpDown
.DefaultDecimalPlaces),
158
DefaultValue(
NumericUpDown
.DefaultHexadecimal),
333
DefaultValue(
NumericUpDown
.DefaultThousandsSeparator),
397
/// Occurs when the <see cref='System.Windows.Forms.
NumericUpDown
.Value'/> property has been changed in some way.
556
/// <para>Raises the <see cref='System.Windows.Forms.
NumericUpDown
.OnValueChanged'/> event.</para>
660
/// <para>Indicates whether the <see cref='System.Windows.Forms.
NumericUpDown
.Increment'/> property should be
664
return !Increment.Equals(
NumericUpDown
.DefaultIncrement);
668
/// <para>Indicates whether the <see cref='System.Windows.Forms.
NumericUpDown
.Maximum'/> property should be persisted.</para>
671
return !Maximum.Equals(
NumericUpDown
.DefaultMaximum);
675
/// <para>Indicates whether the <see cref='System.Windows.Forms.
NumericUpDown
.Minimum'/> property should be persisted.</para>
678
return !Minimum.Equals(
NumericUpDown
.DefaultMinimum);
682
/// <para>Indicates whether the <see cref='System.Windows.Forms.
NumericUpDown
.Value'/> property should be persisted.</para>
685
return !Value.Equals(
NumericUpDown
.DefaultValue);
902
public NumericUpDownAccessibleObject(
NumericUpDown
owner) : base(owner) {
911
return ((
NumericUpDown
)Owner).GetAccessibleName(baseName);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
42
private System.Windows.Forms.
NumericUpDown
pageCounter;
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (9)
24
private
NumericUpDown
marginsBottomInput;
25
private
NumericUpDown
marginsRightInput;
26
private
NumericUpDown
marginsTopInput;
31
private
NumericUpDown
marginsLeftInput;
33
private
NumericUpDown
adjustToScaleInput;
36
private
NumericUpDown
fitToPagesWideInput;
37
private
NumericUpDown
fitToPagesTallInput;
59
private
NumericUpDown
headerMarginInput;
60
private
NumericUpDown
footerMarginInput;