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