2 overrides of ContentType
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
269
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)
196
target.
ContentType
= source.ContentType;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
279
_target.
ContentType
= value;
7 references to ContentType
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
486
return _coreProperties.
ContentType
;
PresentationUI (6)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
196
target.ContentType = source.
ContentType
;
266
String.Equals(_xpsProperties.
ContentType
, _rmProperties.
ContentType
, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (2)
97
SetTextProperty(_content, DocumentProperties.Current.CoreProperties.
ContentType
);
102
SetTextProperty(_documentType, DocumentProperties.Current.CoreProperties.
ContentType
);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
274
return _target.
ContentType
;