7 writes to UL
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (3)
760
UL
= formatState.UL;
9198
formatState.
UL
= (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone);
9201
formatState.
UL
= ULState.ULNone;
System\Windows\Documents\XamlToRtfWriter.cs (4)
2812
documentNode.FormatState.
UL
= ULState.ULNormal;
2825
documentNode.FormatState.
UL
= ULState.ULNormal;
2983
formatState.
UL
= ulState;
3004
formatState.
UL
= ulState;
12 references to UL
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (7)
760
UL = formatState.
UL
;
894
&&
UL
== formatState.
UL
4783
|| (fsThis.
UL
!= fsParent.
UL
)
4798
bool bUL = fsThis.
UL
!= fsParent.
UL
;
System\Windows\Documents\XamlToRtfWriter.cs (5)
700
bool outUL = fsThis.
UL
!= fsParent.
UL
;
757
if (fsThis.
UL
!= ULState.ULNone)
1258
if (fsThis.
UL
!= fsParent.
UL
)