2 overrides of LastPrinted
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
178
public override Nullable<DateTime>
LastPrinted
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
261
public override Nullable<DateTime>
LastPrinted
2 writes to LastPrinted
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
204
target.
LastPrinted
= source.LastPrinted;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
188
_target.
LastPrinted
= value;
7 references to LastPrinted
PresentationFramework (2)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
454
if (_coreProperties.
LastPrinted
!= null)
456
return _coreProperties.
LastPrinted
.Value;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
204
target.LastPrinted = source.
LastPrinted
;
278
_xpsProperties.
LastPrinted
== _rmProperties.
LastPrinted
&&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
101
SetTextProperty(_documentPrintedDate, DocumentProperties.Current.CoreProperties.
LastPrinted
);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
183
return _target.
LastPrinted
;