6 references to ULNormal
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (1)
9173
formatState.UL = (token.ToggleValue > 0 ? ULState.
ULNormal
: ULState.ULNone);
System\Windows\Documents\XamlToRtfWriter.cs (5)
2814
documentNode.FormatState.UL = ULState.
ULNormal
;
2827
documentNode.FormatState.UL = ULState.
ULNormal
;
2976
ULState ulState = ULState.
ULNormal
;
2997
ULState ulState = ULState.
ULNormal
;
3677
ulState = ULState.
ULNormal
;