2 writes to _format
PresentationCore (2)
MS\Internal\TextFormatting\NumberSubstitution.cs (2)
559_format = digitCulture.NumberFormat; 564_format = null;
5 references to _format
PresentationCore (5)
MS\Internal\TextFormatting\NumberSubstitution.cs (5)
560_digits = _format.NativeDigits; 573if (_format != null && IsDigitOrSymbol(ch)) 582ch = StringToScalar(_format.PercentSymbol, ch); 586ch = StringToScalar(_format.NumberGroupSeparator, ch); 590ch = StringToScalar(_format.NumberDecimalSeparator, ch);