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