7 writes to UL
PresentationFramework (7)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
783
UL
= formatState.UL;
9265
formatState.
UL
= (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone);
9268
formatState.
UL
= ULState.ULNone;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
2820
documentNode.FormatState.
UL
= ULState.ULNormal;
2833
documentNode.FormatState.
UL
= ULState.ULNormal;
2991
formatState.
UL
= ulState;
3012
formatState.
UL
= ulState;
12 references to UL
PresentationFramework (12)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
783
UL = formatState.
UL
;
917
&&
UL
== formatState.
UL
4838
|| (fsThis.
UL
!= fsParent.
UL
)
4853
bool bUL = fsThis.
UL
!= fsParent.
UL
;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
703
bool outUL = fsThis.
UL
!= fsParent.
UL
;
760
if (fsThis.
UL
!= ULState.ULNone)
1262
if (fsThis.
UL
!= fsParent.
UL
)