2 writes to Copyright
System.Data.Services (1)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
135this.Target.Copyright = new TextSyndicationContent(textPropertyValue, contentKind);
System.ServiceModel (1)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
369result.Copyright = ReadTextContentFrom(reader, "//atom:feed/atom:entry/atom:rights[@type]");
4 references to Copyright
System.Data.Services (2)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (2)
116if (this.Item.Copyright != null) 118resourceType.SetEpmValue(newRoot, element, this.Item.Copyright.Text, this);
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1294WriteContentTo(dictWriter, Atom10Constants.RightsTag, item.Copyright);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1393this.atomSerializer.WriteContentTo(writer, Atom10Constants.RightsTag, item.Copyright);