4 writes to SB
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (3)
770
SB
= formatState.SB;
4678
SB
= 0,
9223
formatState.
SB
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3187
formatState.
SB
= Converters.PxToTwipRounded(thickness.Top);
5 references to SB
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
770
SB = formatState.
SB
;
904
&&
SB
== formatState.
SB
5222
xamlStringBuilder.Append(Converters.TwipToPositivePxString(fsThis.
SB
));
System\Windows\Documents\XamlToRtfWriter.cs (1)
1091
_rtfBuilder.Append(fsThis.
SB
.ToString(CultureInfo.InvariantCulture));