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