2 overrides of Creator
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
86public override string Creator
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
52public override string? Creator
2 writes to Creator
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
198target.Creator = source.Creator;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
96_target.Creator = value;
6 references to Creator
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
439return _coreProperties.Creator;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
198target.Creator = source.Creator; 267String.Equals(_xpsProperties.Creator, _rmProperties.Creator, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
95SetTextProperty(_author, DocumentProperties.Current.CoreProperties.Creator);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
91return _target.Creator;