6 references to ULNormal
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (1)
9172formatState.UL = (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone);
System\Windows\Documents\XamlToRtfWriter.cs (5)
2813documentNode.FormatState.UL = ULState.ULNormal; 2826documentNode.FormatState.UL = ULState.ULNormal; 2975ULState ulState = ULState.ULNormal; 2996ULState ulState = ULState.ULNormal; 3676ulState = ULState.ULNormal;