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