2 overrides of LastPrinted
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
178public 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)
204target.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)
454if (_coreProperties.LastPrinted != null) 456return _coreProperties.LastPrinted.Value;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
204target.LastPrinted = source.LastPrinted; 278_xpsProperties.LastPrinted == _rmProperties.LastPrinted &&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
101SetTextProperty(_documentPrintedDate, DocumentProperties.Current.CoreProperties.LastPrinted);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
183return _target.LastPrinted;