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