1 reference to ThousandsSeparator
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
758text = num.ToString((ThousandsSeparator ? "N" : "F") + DecimalPlaces.ToString(CultureInfo.CurrentCulture), CultureInfo.CurrentCulture);