1 write to DocumentSummaryInformation
WindowsBase (1)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (1)
92OpenPropertyStorage(ref FormatId.DocumentSummaryInformation, out _psDocSummInfo);
14 references to DocumentSummaryInformation
WindowsBase (14)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (14)
297return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Category) as string; 302SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Category, value); 313return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Identifier) as string; 318SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Identifier, value); 332string contentType = GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType) as string; 350SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType, value); 356SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType, new ContentType(value).ToString()); 371return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Language) as string; 376SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Language, value); 387return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Version) as string; 392SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Version, value); 404return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentStatus) as string; 409SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentStatus, value); 858else if (fmtid == FormatId.DocumentSummaryInformation)