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