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;
573
if (
_format
!= null && IsDigitOrSymbol(ch))
582
ch = StringToScalar(
_format
.PercentSymbol, ch);
586
ch = StringToScalar(
_format
.NumberGroupSeparator, ch);
590
ch = StringToScalar(
_format
.NumberDecimalSeparator, ch);