7 writes to UL
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (3)
762
UL
= formatState.UL;
9173
formatState.
UL
= (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone);
9176
formatState.
UL
= ULState.ULNone;
System\Windows\Documents\XamlToRtfWriter.cs (4)
2814
documentNode.FormatState.
UL
= ULState.ULNormal;
2827
documentNode.FormatState.
UL
= ULState.ULNormal;
2985
formatState.
UL
= ulState;
3006
formatState.
UL
= ulState;
12 references to UL
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (7)
762
UL = formatState.
UL
;
896
&&
UL
== formatState.
UL
4776
|| (fsThis.
UL
!= fsParent.
UL
)
4791
bool bUL = fsThis.
UL
!= fsParent.
UL
;
System\Windows\Documents\XamlToRtfWriter.cs (5)
702
bool outUL = fsThis.
UL
!= fsParent.
UL
;
759
if (fsThis.
UL
!= ULState.ULNone)
1260
if (fsThis.
UL
!= fsParent.
UL
)