2 overrides of ContentType
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
268public 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)
195target.ContentType = source.ContentType;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
278_target.ContentType = value;
7 references to ContentType
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
485return _coreProperties.ContentType;
PresentationUI (6)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
195target.ContentType = source.ContentType; 265String.Equals(_xpsProperties.ContentType, _rmProperties.ContentType, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (2)
96SetTextProperty(_content, DocumentProperties.Current.CoreProperties.ContentType); 101SetTextProperty(_documentType, DocumentProperties.Current.CoreProperties.ContentType);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
273return _target.ContentType;