7 writes to UL
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (3)
761
UL
= formatState.UL;
9172
formatState.
UL
= (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone);
9175
formatState.
UL
= ULState.ULNone;
System\Windows\Documents\XamlToRtfWriter.cs (4)
2813
documentNode.FormatState.
UL
= ULState.ULNormal;
2826
documentNode.FormatState.
UL
= ULState.ULNormal;
2984
formatState.
UL
= ulState;
3005
formatState.
UL
= ulState;
12 references to UL
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (7)
761
UL = formatState.
UL
;
895
&&
UL
== formatState.
UL
4775
|| (fsThis.
UL
!= fsParent.
UL
)
4790
bool bUL = fsThis.
UL
!= fsParent.
UL
;
System\Windows\Documents\XamlToRtfWriter.cs (5)
701
bool outUL = fsThis.
UL
!= fsParent.
UL
;
758
if (fsThis.
UL
!= ULState.ULNone)
1259
if (fsThis.
UL
!= fsParent.
UL
)