3 references to Plaintext
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
585
kind = TextSyndicationContentKind.
Plaintext
;
System\ServiceModel\Syndication\TextSyndicationContent.cs (1)
22
public TextSyndicationContent(string text) : this(text, TextSyndicationContentKind.
Plaintext
)
System\ServiceModel\Syndication\TextSyndicationContentKindHelper.cs (1)
18
return (kind == TextSyndicationContentKind.
Plaintext