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