2 writes to iNegativePercent
mscorlib (2)
system\globalization\culturedata.cs (2)
417 invariant.iNegativePercent = 0; // Negative Percent (0-3) 1762this.iNegativePercent = DoGetLocaleInfoInt(LOCALE_INEGATIVEPERCENT);
2 references to iNegativePercent
mscorlib (2)
system\globalization\culturedata.cs (2)
1759if (this.iNegativePercent == undef) 1764return this.iNegativePercent;