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