4 writes to PercentSymbol
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\NumberSubstitution.cs (2)
519
digitCulture.NumberFormat.
PercentSymbol
= "\u066a";
525
digitCulture.NumberFormat.
PercentSymbol
= "%";
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
173
info.
PercentSymbol
= char.ToString(characters[2]);
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
343
info.
PercentSymbol
= value;
6 references to PercentSymbol
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\NumberSubstitution.cs (1)
581
ch = StringToScalar(_format.
PercentSymbol
, ch);
PresentationFramework (2)
src\Framework\System\Windows\Documents\ZoomPercentageConverter.cs (2)
177
culture.NumberFormat.
PercentSymbol
,
186
culture.NumberFormat.
PercentSymbol
,
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
58
char percentSymbol = posFormatInfo.
PercentSymbol
[0];
System\Xml\Xsl\XsltOld\RootAction.cs (2)
205
info.
PercentSymbol
!= newinfo.
PercentSymbol
||