19 references to ULState
PresentationFramework (19)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
855_ul = ULState.ULNone; 1212internal ULState UL 1822private ULState _ul; 9265formatState.UL = (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone); 9268formatState.UL = ULState.ULNone;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (13)
760if (fsThis.UL != ULState.ULNone) 2820documentNode.FormatState.UL = ULState.ULNormal; 2833documentNode.FormatState.UL = ULState.ULNormal; 2982ULState ulState = ULState.ULNormal; 2989if (ulState != ULState.ULNone) 3003ULState ulState = ULState.ULNormal; 3010if (ulState != ULState.ULNone) 3676ref ULState ulState, 3680ulState = ULState.ULNone; 3684ulState = ULState.ULNormal; 3691return ulState != ULState.ULNone || strikeState != StrikeState.StrikeNone;