10 references to NumericUpDown
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1308this.pageCounter = new System.Windows.Forms.NumericUpDown();
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (9)
266this.marginsRightInput = new System.Windows.Forms.NumericUpDown(); 267this.marginsBottomInput = new System.Windows.Forms.NumericUpDown(); 272this.marginsTopInput = new System.Windows.Forms.NumericUpDown(); 273this.marginsLeftInput = new System.Windows.Forms.NumericUpDown(); 280this.fitToPagesTallInput = new System.Windows.Forms.NumericUpDown(); 281this.fitToPagesWideInput = new System.Windows.Forms.NumericUpDown(); 282this.adjustToScaleInput = new System.Windows.Forms.NumericUpDown(); 303this.footerMarginInput = new System.Windows.Forms.NumericUpDown(); 314this.headerMarginInput = new System.Windows.Forms.NumericUpDown();