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