2 overrides of LastModifiedBy
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
142
public override string
LastModifiedBy
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
246
public override string?
LastModifiedBy
2 writes to LastModifiedBy
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
203
target.
LastModifiedBy
= source.LastModifiedBy;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
152
_target.
LastModifiedBy
= value;
6 references to LastModifiedBy
PresentationFramework (1)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
448
return _coreProperties.
LastModifiedBy
;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
203
target.LastModifiedBy = source.
LastModifiedBy
;
272
String.Equals(_xpsProperties.
LastModifiedBy
, _rmProperties.
LastModifiedBy
, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
105
SetTextProperty(_lastSaved, DocumentProperties.Current.CoreProperties.
LastModifiedBy
);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
147
return _target.
LastModifiedBy
;