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;
566
if (
_format
!= null && IsDigitOrSymbol(ch))
575
ch = StringToScalar(
_format
.PercentSymbol, ch);
579
ch = StringToScalar(
_format
.NumberGroupSeparator, ch);
583
ch = StringToScalar(
_format
.NumberDecimalSeparator, ch);