2 overrides of LastModifiedBy
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
141
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)
202
target.
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)
447
return _coreProperties.
LastModifiedBy
;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
202
target.LastModifiedBy = source.
LastModifiedBy
;
271
String.Equals(_xpsProperties.
LastModifiedBy
, _rmProperties.
LastModifiedBy
, StringComparison.Ordinal) &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
104
SetTextProperty(_lastSaved, DocumentProperties.Current.CoreProperties.
LastModifiedBy
);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
146
return _target.
LastModifiedBy
;