6 references to ULNormal
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (1)
9198
formatState.UL = (token.ToggleValue > 0 ? ULState.
ULNormal
: ULState.ULNone);
System\Windows\Documents\XamlToRtfWriter.cs (5)
2812
documentNode.FormatState.UL = ULState.
ULNormal
;
2825
documentNode.FormatState.UL = ULState.
ULNormal
;
2974
ULState ulState = ULState.
ULNormal
;
2995
ULState ulState = ULState.
ULNormal
;
3675
ulState = ULState.
ULNormal
;