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)
67case DigitShapes.Context: 70case DigitShapes.NativeNational: 154case DigitShapes.Context: 158case DigitShapes.NativeNational:
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Icu.cs (1)
475return digitSubstitution == -1 ? (int)DigitShapes.None : (int)(digitSubstitution & DigitSubstitutionMask);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (7)
88internal int _digitSubstitution = (int)DigitShapes.None; 160private static void VerifyDigitSubstitution(DigitShapes digitSub, string propertyName) 164case DigitShapes.Context: 165case DigitShapes.None: 166case DigitShapes.NativeNational: 786public DigitShapes DigitSubstitution 788get => (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))]