3 references to HtmlType
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
587case Atom10Constants.HtmlType: 729if (string.IsNullOrEmpty(src) && type != Atom10Constants.PlaintextType && type != Atom10Constants.HtmlType && type != Atom10Constants.XHtmlType)
System\ServiceModel\Syndication\TextSyndicationContent.cs (1)
59return Atom10Constants.HtmlType;