4 writes to SB
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
769
SB
= formatState.SB;
4677
SB
= 0,
9222
formatState.
SB
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3186
formatState.
SB
= Converters.PxToTwipRounded(thickness.Top);
5 references to SB
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
769
SB = formatState.
SB
;
903
&&
SB
== formatState.
SB
5221
xamlStringBuilder.Append(Converters.TwipToPositivePxString(fsThis.
SB
));
System\Windows\Documents\XamlToRtfWriter.cs (1)
1090
_rtfBuilder.Append(fsThis.
SB
.ToString(CultureInfo.InvariantCulture));