5 writes to NumberGroupSeparator
PresentationCore (2)
MS\Internal\TextFormatting\NumberSubstitution.cs (2)
515digitCulture.NumberFormat.NumberGroupSeparator = "\u066c"; 521digitCulture.NumberFormat.NumberGroupSeparator = ",";
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
175info.NumberGroupSeparator = char.ToString(characters[1]);
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
390info.NumberGroupSeparator = value;
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
121NumberFormat.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 1560If (.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 184If (.CurrencyGroupSeparator.Chars(i) <> .NumberGroupSeparator.Chars(i)) Then GoTo MisMatch 198.CurrencyGroupSeparator = .NumberGroupSeparator
PresentationCore (1)
MS\Internal\TextFormatting\NumberSubstitution.cs (1)
579ch = StringToScalar(_format.NumberGroupSeparator, ch);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
322locSymbol = Culture.NumberFormat.NumberGroupSeparator;
System.Private.CoreLib (18)
src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
473if (info.NumberGroupSeparator.Length > 0)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
768string 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 "&lt;" and "&gt;" 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 "&lt;" and "&gt;" 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 "&lt;" and "&gt;" 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> 1092string 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 "&lt;" and "&gt;" 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 "&lt;" and "&gt;" 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 "&lt;" and "&gt;" 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> 1102string 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 "&lt;" and "&gt;" 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 "&lt;" and "&gt;" 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 "&lt;" and "&gt;" 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> 1138string separator = NumberFormatInfo.GetInstance(formatProvider).NumberGroupSeparator;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
451string separator = NumberFormatInfo.GetInstance(formatProvider).NumberGroupSeparator;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
440string separator = NumberFormatInfo.GetInstance(formatProvider).NumberGroupSeparator;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
440string separator = NumberFormatInfo.GetInstance(formatProvider).NumberGroupSeparator;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
508string separator = NumberFormatInfo.GetInstance(formatProvider).NumberGroupSeparator;
System.Private.Xml (3)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
57char groupSeparator = _posFormatInfo.NumberGroupSeparator[0];
System\Xml\Xsl\XsltOld\RootAction.cs (2)
223info.NumberGroupSeparator != newinfo.NumberGroupSeparator ||
System.Runtime.Numerics (2)
src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
473if (info.NumberGroupSeparator.Length > 0)
System\Number.Polyfill.cs (1)
149return MemoryMarshal.Cast<char, TChar>(info.NumberGroupSeparator);
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
452string groupSeparator = numberFormatInfo.NumberGroupSeparator;