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