7 writes to DecimalPlaces
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1491pageCounter.DecimalPlaces = 0;
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
419this.marginsRightInput.DecimalPlaces = 2; 436this.marginsBottomInput.DecimalPlaces = 2; 473this.marginsTopInput.DecimalPlaces = 2; 490this.marginsLeftInput.DecimalPlaces = 2; 744this.footerMarginInput.DecimalPlaces = 2; 830this.headerMarginInput.DecimalPlaces = 2;
1 reference to DecimalPlaces
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
758text = num.ToString((ThousandsSeparator ? "N" : "F") + DecimalPlaces.ToString(CultureInfo.CurrentCulture), CultureInfo.CurrentCulture);