3 references to DecimalFormatter
System.Private.Xml (3)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
279return new DecimalFormatter(formatPicture, decimalFormat).Format(value);
System\Xml\Xsl\Runtime\XsltLibrary.cs (2)
189_decimalFormatters.Add(new DecimalFormatter(formatPicture, CreateDecimalFormat(infinitySymbol, nanSymbol, characters))); 208DecimalFormatter formatter = new DecimalFormatter(formatPicture, format);