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