1 write to SummaryInformation
WindowsBase (1)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (1)
91OpenPropertyStorage(ref FormatId.SummaryInformation, out _psSummInfo);
24 references to SummaryInformation
WindowsBase (24)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (24)
122return GetOleProperty(FormatId.SummaryInformation, PropertyId.Title) as string; 127SetOleProperty(FormatId.SummaryInformation, PropertyId.Title, value); 138return GetOleProperty(FormatId.SummaryInformation, PropertyId.Subject) as string; 143SetOleProperty(FormatId.SummaryInformation, PropertyId.Subject, value); 157return GetOleProperty(FormatId.SummaryInformation, PropertyId.Creator) as string; 162SetOleProperty(FormatId.SummaryInformation, PropertyId.Creator, value); 175return GetOleProperty(FormatId.SummaryInformation, PropertyId.Keywords) as string; 180SetOleProperty(FormatId.SummaryInformation, PropertyId.Keywords, value); 191return GetOleProperty(FormatId.SummaryInformation, PropertyId.Description) as string; 196SetOleProperty(FormatId.SummaryInformation, PropertyId.Description, value); 210return GetOleProperty(FormatId.SummaryInformation, PropertyId.LastModifiedBy) as string; 215SetOleProperty(FormatId.SummaryInformation, PropertyId.LastModifiedBy, value); 228return GetOleProperty(FormatId.SummaryInformation, PropertyId.Revision) as string; 233SetOleProperty(FormatId.SummaryInformation, PropertyId.Revision, value); 244return GetDateTimeProperty(FormatId.SummaryInformation, PropertyId.LastPrinted); 249SetOleProperty(FormatId.SummaryInformation, PropertyId.LastPrinted, value); 260return GetDateTimeProperty(FormatId.SummaryInformation, PropertyId.DateCreated); 265SetOleProperty(FormatId.SummaryInformation, PropertyId.DateCreated, value); 276return GetDateTimeProperty(FormatId.SummaryInformation, PropertyId.DateModified); 281SetOleProperty(FormatId.SummaryInformation, PropertyId.DateModified, value); 528fmtid == FormatId.SummaryInformation ? _psSummInfo : _psDocSummInfo; 653fmtid == FormatId.SummaryInformation ? _psSummInfo : _psDocSummInfo; 669if (fmtid == FormatId.SummaryInformation) 833if (fmtid == FormatId.SummaryInformation)