2 overrides of Subject
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
66
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)
207
target.
Subject
= source.Subject;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
76
_target.
Subject
= value;
6 references to Subject
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
436
return _coreProperties.
Subject
;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
207
target.Subject = source.
Subject
;
274
String.Equals(_xpsProperties.
Subject
, _rmProperties.
Subject
, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
108
SetTextProperty(_subject, DocumentProperties.Current.CoreProperties.
Subject
);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
71
return _target.
Subject
;