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