6 references to AllowParentheses
mscorlib (4)
system\globalization\numberformatinfo.cs (1)
814
| NumberStyles.
AllowParentheses
| NumberStyles.AllowDecimalPoint
system\globalization\numberstyles.cs (2)
63
AllowParentheses
| AllowDecimalPoint | AllowThousands | AllowCurrencySymbol,
66
AllowParentheses
| AllowDecimalPoint | AllowThousands | AllowCurrencySymbol | AllowExponent,
system\number.cs (1)
805
else if (ch == '(' && ((options & NumberStyles.
AllowParentheses
) != 0) && ((state & StateSign) == 0)) {
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
270
NumberStyles.
AllowParentheses
|
System.Numerics (1)
System\Numerics\BigNumber.cs (1)
288
| NumberStyles.
AllowParentheses
| NumberStyles.AllowDecimalPoint