1 write to _cMinLen
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
48internal void setMinLen(int cMinLen) { _cMinLen = cMinLen; }
1 reference to _cMinLen
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
110return ConvertToArabic(dblVal, _cMinLen, _sizeGroup, _separator);