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