15 references to DigitShapes
mscorlib (1)
src\libraries\shims\mscorlib\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\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Icu.cs (1)
475return digitSubstitution == -1 ? (int)DigitShapes.None : (int)(digitSubstitution & DigitSubstitutionMask);
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (7)
89internal int _digitSubstitution = (int)DigitShapes.None; 143private static void VerifyDigitSubstitution(DigitShapes digitSub, string propertyName) 147case DigitShapes.Context: 148case DigitShapes.None: 149case DigitShapes.NativeNational: 771public DigitShapes DigitSubstitution 773get => (DigitShapes)_digitSubstitution;
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
231[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Globalization.DigitShapes))]