2 overrides of Category
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
233
public override string
Category
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
98
public override string?
Category
2 writes to Category
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
194
target.
Category
= source.Category;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
243
_target.
Category
= value;
6 references to Category
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
480
return _coreProperties.
Category
;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
194
target.Category = source.
Category
;
264
(String.Equals(_xpsProperties.
Category
, _rmProperties.
Category
, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
96
SetTextProperty(_category, DocumentProperties.Current.CoreProperties.
Category
);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
238
return _target.
Category
;