19 references to ULState
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (6)
832_ul = ULState.ULNone; 1191internal ULState UL 1801private ULState _ul; 9198formatState.UL = (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone); 9201formatState.UL = ULState.ULNone;
System\Windows\Documents\XamlToRtfWriter.cs (13)
757if (fsThis.UL != ULState.ULNone) 2812documentNode.FormatState.UL = ULState.ULNormal; 2825documentNode.FormatState.UL = ULState.ULNormal; 2974ULState ulState = ULState.ULNormal; 2981if (ulState != ULState.ULNone) 2995ULState ulState = ULState.ULNormal; 3002if (ulState != ULState.ULNone) 3667ref ULState ulState, 3671ulState = ULState.ULNone; 3675ulState = ULState.ULNormal; 3682return ulState != ULState.ULNone || strikeState != StrikeState.StrikeNone;