2 overrides of Subject
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
65
public override string
Subject
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
82
public override string?
Subject
2 writes to Subject
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
206
target.
Subject
= source.Subject;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
75
_target.
Subject
= value;
6 references to Subject
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
435
return _coreProperties.
Subject
;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
206
target.Subject = source.
Subject
;
273
String.Equals(_xpsProperties.
Subject
, _rmProperties.
Subject
, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
107
SetTextProperty(_subject, DocumentProperties.Current.CoreProperties.
Subject
);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
70
return _target.
Subject
;