2 writes to _format
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\NumberSubstitution.cs (2)
558_format = digitCulture.NumberFormat; 563_format = null;
5 references to _format
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\NumberSubstitution.cs (5)
559_digits = _format.NativeDigits; 572if (_format != null && IsDigitOrSymbol(ch)) 581ch = StringToScalar(_format.PercentSymbol, ch); 585ch = StringToScalar(_format.NumberGroupSeparator, ch); 589ch = StringToScalar(_format.NumberDecimalSeparator, ch);