2 overrides of Keywords
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
105public override string Keywords
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
115public override string? Keywords
2 writes to Keywords
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
201target.Keywords = source.Keywords;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
115_target.Keywords = value;
6 references to Keywords
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
442return _coreProperties.Keywords;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
201target.Keywords = source.Keywords; 270String.Equals(_xpsProperties.Keywords, _rmProperties.Keywords, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
104SetTextProperty(_keywords, DocumentProperties.Current.CoreProperties.Keywords);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
110return _target.Keywords;