6 references to ULNormal
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
9265
formatState.UL = (token.ToggleValue > 0 ? ULState.
ULNormal
: ULState.ULNone);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
2820
documentNode.FormatState.UL = ULState.
ULNormal
;
2833
documentNode.FormatState.UL = ULState.
ULNormal
;
2982
ULState ulState = ULState.
ULNormal
;
3003
ULState ulState = ULState.
ULNormal
;
3684
ulState = ULState.
ULNormal
;