2 writes to _digitState
PresentationCore (2)
MS\Internal\TextFormatting\FormatSettings.cs (2)
54
_digitState
= new DigitState();
134
_digitState
= new DigitState(); // reset digit state
1 reference to _digitState
PresentationCore (1)
MS\Internal\TextFormatting\FormatSettings.cs (1)
271
get { return
_digitState
; }