4 writes to SB
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
771
SB
= formatState.SB;
4671
_formatState.
SB
= 0;
9197
formatState.
SB
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3188
formatState.
SB
= Converters.PxToTwipRounded(thickness.Top);
5 references to SB
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
771
SB = formatState.
SB
;
905
&&
SB
== formatState.
SB
5214
xamlStringBuilder.Append(Converters.TwipToPositivePxString(fsThis.
SB
));
System\Windows\Documents\XamlToRtfWriter.cs (1)
1092
_rtfBuilder.Append(fsThis.
SB
.ToString(CultureInfo.InvariantCulture));