2 overrides of LastPrinted
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
177public override Nullable<DateTime> LastPrinted
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
261public override Nullable<DateTime> LastPrinted
2 writes to LastPrinted
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
203target.LastPrinted = source.LastPrinted;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
187_target.LastPrinted = value;
7 references to LastPrinted
PresentationFramework (2)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
453if (_coreProperties.LastPrinted != null) 455return _coreProperties.LastPrinted.Value;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
203target.LastPrinted = source.LastPrinted; 277_xpsProperties.LastPrinted == _rmProperties.LastPrinted &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
100SetTextProperty(_documentPrintedDate, DocumentProperties.Current.CoreProperties.LastPrinted);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
182return _target.LastPrinted;