2 references to DecimalFormatDecl
System.Private.Xml (2)
System\Xml\Xsl\Xslt\Compiler.cs (1)
448public static readonly DecimalFormatDecl Default = new DecimalFormatDecl(new XmlQualifiedName(), "Infinity", "NaN", ".,%\u20300#;-");
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
998DecimalFormatDecl format = new DecimalFormatDecl(name, infinity, nan, new string(characters));