3 references to XHtmlType
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
560
Atom10Constants.
XHtmlType
=> TextSyndicationContentKind.XHtml,
652
if (string.IsNullOrEmpty(src) && type != Atom10Constants.PlaintextType && type != Atom10Constants.HtmlType && type != Atom10Constants.
XHtmlType
)
System\ServiceModel\Syndication\TextSyndicationContent.cs (1)
42
TextSyndicationContentKind.XHtml => Atom10Constants.
XHtmlType
,