10 references to 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
();