2 overrides of Creator
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
85public 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)
197target.Creator = source.Creator;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
95_target.Creator = value;
6 references to Creator
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
438return _coreProperties.Creator;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
197target.Creator = source.Creator; 266String.Equals(_xpsProperties.Creator, _rmProperties.Creator, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
94SetTextProperty(_author, DocumentProperties.Current.CoreProperties.Creator);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
90return _target.Creator;