4 references to MaxAlphabeticValue
System.Private.Xml (4)
System\Xml\Xsl\Runtime\NumberFormatter.cs (2)
81Debug.Assert(1 <= val && val <= MaxAlphabeticValue); 82Debug.Assert(Math.Pow(totalChars, MaxAlphabeticLength) >= MaxAlphabeticValue);
System\Xml\Xsl\Runtime\XslNumber.cs (1)
283if (dblVal <= MaxAlphabeticValue)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
92if (dblVal <= MaxAlphabeticValue)