3 writes to SL
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
775
SL
= formatState.SL;
9252
formatState.
SL
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3283
formatState.
SL
= Converters.PxToTwipRounded(sl);
7 references to SL
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (3)
775
SL = formatState.
SL
;
921
&&
SL
== formatState.
SL
System\Windows\Documents\XamlToRtfWriter.cs (4)
1000
if (fsThis.
SL
!= 0)
1003
_rtfBuilder.Append(fsThis.
SL
.ToString(CultureInfo.InvariantCulture));
1151
if (fsThis.
SL
!= 0)
1154
_rtfBuilder.Append(fsThis.
SL
.ToString(CultureInfo.InvariantCulture));