3 writes to SL
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (2)
776
SL
= formatState.SL;
9253
formatState.
SL
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
3284
formatState.
SL
= Converters.PxToTwipRounded(sl);
7 references to SL
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (3)
776
SL = formatState.
SL
;
922
&&
SL
== formatState.
SL
System\Windows\Documents\XamlToRtfWriter.cs (4)
1001
if (fsThis.
SL
!= 0)
1004
_rtfBuilder.Append(fsThis.
SL
.ToString(CultureInfo.InvariantCulture));
1152
if (fsThis.
SL
!= 0)
1155
_rtfBuilder.Append(fsThis.
SL
.ToString(CultureInfo.InvariantCulture));