19 references to ULState
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (6)
833_ul = ULState.ULNone; 1190internal ULState UL 1800private ULState _ul; 9172formatState.UL = (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone); 9175formatState.UL = ULState.ULNone;
System\Windows\Documents\XamlToRtfWriter.cs (13)
758if (fsThis.UL != ULState.ULNone) 2813documentNode.FormatState.UL = ULState.ULNormal; 2826documentNode.FormatState.UL = ULState.ULNormal; 2975ULState ulState = ULState.ULNormal; 2982if (ulState != ULState.ULNone) 2996ULState ulState = ULState.ULNormal; 3003if (ulState != ULState.ULNone) 3668ref ULState ulState, 3672ulState = ULState.ULNone; 3676ulState = ULState.ULNormal; 3683return ulState != ULState.ULNone || strikeState != StrikeState.StrikeNone;