2 overrides of Category
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
232
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)
193
target.
Category
= source.Category;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
242
_target.
Category
= value;
6 references to Category
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
479
return _coreProperties.
Category
;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
193
target.Category = source.
Category
;
263
(String.Equals(_xpsProperties.
Category
, _rmProperties.
Category
, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
95
SetTextProperty(_category, DocumentProperties.Current.CoreProperties.
Category
);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
237
return _target.
Category
;