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)
119
NumberSubstitutionMethod numberSubstitutionMethod =
DigitState
.GetResolvedSubstitutionMethod(textRunProperties, digitCulture, out ignoreUserOverride);
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (2)
35
private
DigitState
_digitState; // current number substitution properties
282
internal
DigitState
DigitState