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