19 references to ULState
PresentationFramework (19)
System\Windows\Documents\RtfToXamlReader.cs (6)
834_ul = ULState.ULNone; 1191internal ULState UL 1801private ULState _ul; 9174formatState.UL = (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone); 9177formatState.UL = ULState.ULNone;
System\Windows\Documents\XamlToRtfWriter.cs (13)
759if (fsThis.UL != ULState.ULNone) 2814documentNode.FormatState.UL = ULState.ULNormal; 2827documentNode.FormatState.UL = ULState.ULNormal; 2976ULState ulState = ULState.ULNormal; 2983if (ulState != ULState.ULNone) 2997ULState ulState = ULState.ULNormal; 3004if (ulState != ULState.ULNone) 3669ref ULState ulState, 3673ulState = ULState.ULNone; 3677ulState = ULState.ULNormal; 3684return ulState != ULState.ULNone || strikeState != StrikeState.StrikeNone;