4 references to ContentType
WindowsBase (4)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (4)
332string contentType = GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType) as string; 350SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType, value); 356SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType, new ContentType(value).ToString()); 864case PropertyId.ContentType: