15 references to DigitShapes
mscorlib (1)
parent\ref\mscorlib.cs (1)
259
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.
DigitShapes
))]
netstandard (1)
netstandard.cs (1)
829
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.
DigitShapes
))]
PresentationCore (4)
MS\Internal\TextFormatting\NumberSubstitution.cs (4)
67
case
DigitShapes
.Context:
70
case
DigitShapes
.NativeNational:
154
case
DigitShapes
.Context:
158
case
DigitShapes
.NativeNational:
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Icu.cs (1)
475
return digitSubstitution == -1 ? (int)
DigitShapes
.None : (int)(digitSubstitution & DigitSubstitutionMask);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (7)
88
internal int _digitSubstitution = (int)
DigitShapes
.None;
160
private static void VerifyDigitSubstitution(
DigitShapes
digitSub, string propertyName)
164
case
DigitShapes
.Context:
165
case
DigitShapes
.None:
166
case
DigitShapes
.NativeNational:
786
public
DigitShapes
DigitSubstitution
788
get => (
DigitShapes
)_digitSubstitution;
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
232
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.
DigitShapes
))]