3 writes to SL
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
797SL = formatState.SL; 9345formatState.SL = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3290formatState.SL = Converters.PxToTwipRounded(sl);
7 references to SL
PresentationFramework (7)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
797SL = formatState.SL; 943&& SL == formatState.SL
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
1002if (fsThis.SL != 0) 1005_rtfBuilder.Append(fsThis.SL.ToString(CultureInfo.InvariantCulture)); 1153if (fsThis.SL != 0) 1156_rtfBuilder.Append(fsThis.SL.ToString(CultureInfo.InvariantCulture));