Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (17)
127SetOleProperty(FormatId.SummaryInformation, PropertyId.Title, value);
143SetOleProperty(FormatId.SummaryInformation, PropertyId.Subject, value);
162SetOleProperty(FormatId.SummaryInformation, PropertyId.Creator, value);
180SetOleProperty(FormatId.SummaryInformation, PropertyId.Keywords, value);
196SetOleProperty(FormatId.SummaryInformation, PropertyId.Description, value);
215SetOleProperty(FormatId.SummaryInformation, PropertyId.LastModifiedBy, value);
233SetOleProperty(FormatId.SummaryInformation, PropertyId.Revision, value);
249SetOleProperty(FormatId.SummaryInformation, PropertyId.LastPrinted, value);
265SetOleProperty(FormatId.SummaryInformation, PropertyId.DateCreated, value);
281SetOleProperty(FormatId.SummaryInformation, PropertyId.DateModified, value);
302SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Category, value);
318SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Identifier, value);
350SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType, value);
356SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType, new ContentType(value).ToString());
376SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Language, value);
392SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Version, value);
409SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentStatus, value);