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;
567
if (
_format
!= null && IsDigitOrSymbol(ch))
576
ch = StringToScalar(
_format
.PercentSymbol, ch);
580
ch = StringToScalar(
_format
.NumberGroupSeparator, ch);
584
ch = StringToScalar(
_format
.NumberDecimalSeparator, ch);