2 writes to _format
PresentationCore (2)
MS\Internal\TextFormatting\NumberSubstitution.cs (2)
553_format = digitCulture.NumberFormat; 558_format = null;
5 references to _format
PresentationCore (5)
MS\Internal\TextFormatting\NumberSubstitution.cs (5)
554_digits = _format.NativeDigits; 567if (_format != null && IsDigitOrSymbol(ch)) 576ch = StringToScalar(_format.PercentSymbol, ch); 580ch = StringToScalar(_format.NumberGroupSeparator, ch); 584ch = StringToScalar(_format.NumberDecimalSeparator, ch);