2 overrides of LastModifiedBy
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
143public 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)
208target.LastModifiedBy = source.LastModifiedBy;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
153_target.LastModifiedBy = value;
6 references to LastModifiedBy
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
449return _coreProperties.LastModifiedBy;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
208target.LastModifiedBy = source.LastModifiedBy; 277String.Equals(_xpsProperties.LastModifiedBy, _rmProperties.LastModifiedBy, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
112SetTextProperty(_lastSaved, DocumentProperties.Current.CoreProperties.LastModifiedBy);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
148return _target.LastModifiedBy;