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