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