2 writes to _format
PresentationCore (2)
MS\Internal\TextFormatting\NumberSubstitution.cs (2)
552_format = digitCulture.NumberFormat; 557_format = null;
5 references to _format
PresentationCore (5)
MS\Internal\TextFormatting\NumberSubstitution.cs (5)
553_digits = _format.NativeDigits; 566if (_format != null && IsDigitOrSymbol(ch)) 575ch = StringToScalar(_format.PercentSymbol, ch); 579ch = StringToScalar(_format.NumberGroupSeparator, ch); 583ch = StringToScalar(_format.NumberDecimalSeparator, ch);