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