2 overrides of ContentType
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
270public override string ContentType
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
148public override string? ContentType
2 writes to ContentType
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
201target.ContentType = source.ContentType;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
280_target.ContentType = value;
7 references to ContentType
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
487return _coreProperties.ContentType;
PresentationUI (6)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
201target.ContentType = source.ContentType; 271String.Equals(_xpsProperties.ContentType, _rmProperties.ContentType, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (2)
104SetTextProperty(_content, DocumentProperties.Current.CoreProperties.ContentType); 109SetTextProperty(_documentType, DocumentProperties.Current.CoreProperties.ContentType);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
275return _target.ContentType;