4 references to ContentType
WindowsBase (4)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (4)
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());
864
case PropertyId.
ContentType
: