8 references to ULNone
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
855_ul = ULState.ULNone; 9265formatState.UL = (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone); 9268formatState.UL = ULState.ULNone;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
760if (fsThis.UL != ULState.ULNone) 2989if (ulState != ULState.ULNone) 3010if (ulState != ULState.ULNone) 3680ulState = ULState.ULNone; 3691return ulState != ULState.ULNone || strikeState != StrikeState.StrikeNone;