6 references to ULNormal
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (1)
9172
formatState.UL = (token.ToggleValue > 0 ? ULState.
ULNormal
: ULState.ULNone);
System\Windows\Documents\XamlToRtfWriter.cs (5)
2813
documentNode.FormatState.UL = ULState.
ULNormal
;
2826
documentNode.FormatState.UL = ULState.
ULNormal
;
2975
ULState ulState = ULState.
ULNormal
;
2996
ULState ulState = ULState.
ULNormal
;
3676
ulState = ULState.
ULNormal
;