5 references to PlaintextType
System.ServiceModel (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
578
type = Atom10Constants.
PlaintextType
;
584
case Atom10Constants.
PlaintextType
:
725
type = Atom10Constants.
PlaintextType
;
729
if (string.IsNullOrEmpty(src) && type != Atom10Constants.
PlaintextType
&& type != Atom10Constants.HtmlType && type != Atom10Constants.XHtmlType)
System\ServiceModel\Syndication\TextSyndicationContent.cs (1)
63
return Atom10Constants.
PlaintextType
;