2 overrides of Created
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
194
public override Nullable<DateTime>
Created
System.IO.Packaging (1)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
213
public override Nullable<DateTime>
Created
2 writes to Created
PresentationUI (2)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
196
target.
Created
= source.Created;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
204
_target.
Created
= value;
7 references to Created
PresentationFramework (2)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
460
if (_coreProperties.
Created
!= null)
462
return _coreProperties.
Created
.Value;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
196
target.Created = source.
Created
;
276
_xpsProperties.
Created
== _rmProperties.
Created
&&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
98
SetTextProperty(_documentCreatedDate, DocumentProperties.Current.CoreProperties.
Created
);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
199
return _target.
Created
;