4 writes to SB
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
792
SB
= formatState.SB;
4731
_formatState.
SB
= 0;
9289
formatState.
SB
= token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3194
formatState.
SB
= Converters.PxToTwipRounded(thickness.Top);
5 references to SB
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
792
SB = formatState.
SB
;
926
&&
SB
== formatState.
SB
5276
xamlStringBuilder.Append(Converters.TwipToPositivePxString(fsThis.
SB
));
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1093
_rtfBuilder.Append(fsThis.
SB
.ToString(CultureInfo.InvariantCulture));