2 instantiations of DigitState
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (2)
62_digitState = new DigitState(); 142_digitState = new DigitState(); // reset digit state
3 references to DigitState
PresentationCore (3)
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (1)
119NumberSubstitutionMethod numberSubstitutionMethod = DigitState.GetResolvedSubstitutionMethod(textRunProperties, digitCulture, out ignoreUserOverride);
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (2)
35private DigitState _digitState; // current number substitution properties 282internal DigitState DigitState