5 writes to NumberGroupSeparator
PresentationCore (2)
MS\Internal\TextFormatting\NumberSubstitution.cs (2)
515
digitCulture.NumberFormat.
NumberGroupSeparator
= "\u066c";
521
digitCulture.NumberFormat.
NumberGroupSeparator
= ",";
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
175
info.
NumberGroupSeparator
= char.ToString(characters[1]);
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
390
info.
NumberGroupSeparator
= value;
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
121
NumberFormat.
NumberGroupSeparator
= groupSeparator;
40 references to NumberGroupSeparator
Microsoft.VisualBasic.Core (14)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (7)
1534
(Not .
NumberGroupSeparator
Is Nothing) AndAlso
1538
(.
NumberGroupSeparator
.Length = 1) AndAlso
1540
(.CurrencyGroupSeparator.Chars(0) = .
NumberGroupSeparator
.Chars(0)) AndAlso
1551
(Not .
NumberGroupSeparator
Is Nothing) AndAlso
1552
(.CurrencyGroupSeparator.Length = .
NumberGroupSeparator
.Length) Then
1560
If (.CurrencyGroupSeparator.Chars(i) <> .
NumberGroupSeparator
.Chars(i)) Then GoTo MisMatch
1574
.CurrencyGroupSeparator = .
NumberGroupSeparator
Microsoft\VisualBasic\CompilerServices\DecimalType.vb (7)
157
(Not .
NumberGroupSeparator
Is Nothing) AndAlso
161
(.
NumberGroupSeparator
.Length = 1) AndAlso
163
(.CurrencyGroupSeparator.Chars(0) = .
NumberGroupSeparator
.Chars(0)) AndAlso
175
(Not .
NumberGroupSeparator
Is Nothing) AndAlso
176
(.CurrencyGroupSeparator.Length = .
NumberGroupSeparator
.Length) Then
184
If (.CurrencyGroupSeparator.Chars(i) <> .
NumberGroupSeparator
.Chars(i)) Then GoTo MisMatch
198
.CurrencyGroupSeparator = .
NumberGroupSeparator
PresentationCore (1)
MS\Internal\TextFormatting\NumberSubstitution.cs (1)
579
ch = StringToScalar(_format.
NumberGroupSeparator
, ch);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
322
locSymbol = Culture.NumberFormat.
NumberGroupSeparator
;
System.Private.CoreLib (18)
src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
473
if (info.
NumberGroupSeparator
.Length > 0)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
768
string separator = NumberFormatInfo.GetInstance(formatProvider).
NumberGroupSeparator
;
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.cs (4)
1072
/// <remarks>This method returns a string in which each element of the vector is formatted using the "G" (general) format string and the formatting conventions of the current thread culture. The "<" and ">" characters are used to begin and end the string, and the current culture's <see cref="NumberFormatInfo.
NumberGroupSeparator
" /> property followed by a space is used to separate each element.</remarks>
1078
/// <remarks>This method returns a string in which each element of the vector is formatted using <paramref name="format" /> and the current culture's formatting conventions. The "<" and ">" characters are used to begin and end the string, and the current culture's <see cref="NumberFormatInfo.
NumberGroupSeparator
" /> property followed by a space is used to separate each element.</remarks>
1087
/// <remarks>This method returns a string in which each element of the vector is formatted using <paramref name="format" /> and <paramref name="formatProvider" />. The "<" and ">" characters are used to begin and end the string, and the format provider's <see cref="NumberFormatInfo.
NumberGroupSeparator
" /> property followed by a space is used to separate each element.</remarks>
1092
string separator = NumberFormatInfo.GetInstance(formatProvider).
NumberGroupSeparator
;
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (4)
1082
/// <remarks>This method returns a string in which each element of the vector is formatted using the "G" (general) format string and the formatting conventions of the current thread culture. The "<" and ">" characters are used to begin and end the string, and the current culture's <see cref="NumberFormatInfo.
NumberGroupSeparator
" /> property followed by a space is used to separate each element.</remarks>
1088
/// <remarks>This method returns a string in which each element of the vector is formatted using <paramref name="format" /> and the current culture's formatting conventions. The "<" and ">" characters are used to begin and end the string, and the current culture's <see cref="NumberFormatInfo.
NumberGroupSeparator
" /> property followed by a space is used to separate each element.</remarks>
1097
/// <remarks>This method returns a string in which each element of the vector is formatted using <paramref name="format" /> and <paramref name="formatProvider" />. The "<" and ">" characters are used to begin and end the string, and the format provider's <see cref="NumberFormatInfo.
NumberGroupSeparator
" /> property followed by a space is used to separate each element.</remarks>
1102
string separator = NumberFormatInfo.GetInstance(formatProvider).
NumberGroupSeparator
;
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (4)
1118
/// <remarks>This method returns a string in which each element of the vector is formatted using the "G" (general) format string and the formatting conventions of the current thread culture. The "<" and ">" characters are used to begin and end the string, and the current culture's <see cref="NumberFormatInfo.
NumberGroupSeparator
" /> property followed by a space is used to separate each element.</remarks>
1124
/// <remarks>This method returns a string in which each element of the vector is formatted using <paramref name="format" /> and the current culture's formatting conventions. The "<" and ">" characters are used to begin and end the string, and the current culture's <see cref="NumberFormatInfo.
NumberGroupSeparator
" /> property followed by a space is used to separate each element.</remarks>
1133
/// <remarks>This method returns a string in which each element of the vector is formatted using <paramref name="format" /> and <paramref name="formatProvider" />. The "<" and ">" characters are used to begin and end the string, and the format provider's <see cref="NumberFormatInfo.
NumberGroupSeparator
" /> property followed by a space is used to separate each element.</remarks>
1138
string separator = NumberFormatInfo.GetInstance(formatProvider).
NumberGroupSeparator
;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
451
string separator = NumberFormatInfo.GetInstance(formatProvider).
NumberGroupSeparator
;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
440
string separator = NumberFormatInfo.GetInstance(formatProvider).
NumberGroupSeparator
;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
440
string separator = NumberFormatInfo.GetInstance(formatProvider).
NumberGroupSeparator
;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
508
string separator = NumberFormatInfo.GetInstance(formatProvider).
NumberGroupSeparator
;
System.Private.Xml (3)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
57
char groupSeparator = _posFormatInfo.
NumberGroupSeparator
[0];
System\Xml\Xsl\XsltOld\RootAction.cs (2)
223
info.
NumberGroupSeparator
!= newinfo.
NumberGroupSeparator
||
System.Runtime.Numerics (2)
src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
473
if (info.
NumberGroupSeparator
.Length > 0)
System\Number.Polyfill.cs (1)
149
return MemoryMarshal.Cast<char, TChar>(info.
NumberGroupSeparator
);
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
452
string groupSeparator = numberFormatInfo.
NumberGroupSeparator
;