3 references to Plaintext
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
558Atom10Constants.PlaintextType => TextSyndicationContentKind.Plaintext,
System\ServiceModel\Syndication\TextSyndicationContent.cs (2)
14public TextSyndicationContent(string text) : this(text, TextSyndicationContentKind.Plaintext) 20if (textKind < TextSyndicationContentKind.Plaintext || textKind > TextSyndicationContentKind.XHtml)