2 overrides of Title
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
48public override string Title
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
67public override string? Title
2 writes to Title
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
207target.Title = source.Title;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
58_target.Title = value;
6 references to Title
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
432return _coreProperties.Title;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
207target.Title = source.Title; 274String.Equals(_xpsProperties.Title, _rmProperties.Title, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
108SetTextProperty(_title, DocumentProperties.Current.CoreProperties.Title);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
53return _target.Title;