40 references to FormatId
WindowsBase (40)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (40)
91OpenPropertyStorage(ref FormatId.SummaryInformation, out _psSummInfo); 92OpenPropertyStorage(ref FormatId.DocumentSummaryInformation, out _psDocSummInfo); 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); 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); 528fmtid == FormatId.SummaryInformation ? _psSummInfo : _psDocSummInfo; 653fmtid == FormatId.SummaryInformation ? _psSummInfo : _psDocSummInfo; 669if (fmtid == FormatId.SummaryInformation) 833if (fmtid == FormatId.SummaryInformation) 858else if (fmtid == FormatId.DocumentSummaryInformation)