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