2 overrides of Title
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
49public 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)
208target.Title = source.Title;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
59_target.Title = value;
6 references to Title
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
433return _coreProperties.Title;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
208target.Title = source.Title; 275String.Equals(_xpsProperties.Title, _rmProperties.Title, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
109SetTextProperty(_title, DocumentProperties.Current.CoreProperties.Title);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
54return _target.Title;