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