2 overrides of LastModifiedBy
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
141public override string LastModifiedBy
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
246public override string? LastModifiedBy
2 writes to LastModifiedBy
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
202target.LastModifiedBy = source.LastModifiedBy;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
151_target.LastModifiedBy = value;
6 references to LastModifiedBy
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
447return _coreProperties.LastModifiedBy;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
202target.LastModifiedBy = source.LastModifiedBy; 271String.Equals(_xpsProperties.LastModifiedBy, _rmProperties.LastModifiedBy, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
104SetTextProperty(_lastSaved, DocumentProperties.Current.CoreProperties.LastModifiedBy);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
146return _target.LastModifiedBy;