2 overrides of Created
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
195
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)
197
target.
Created
= source.Created;
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
205
_target.
Created
= value;
7 references to Created
PresentationFramework (2)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
461
if (_coreProperties.
Created
!= null)
463
return _coreProperties.
Created
.Value;
PresentationUI (5)
MS\Internal\Documents\Application\DocumentProperties.cs (3)
197
target.Created = source.
Created
;
277
_xpsProperties.
Created
== _rmProperties.
Created
&&
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
99
SetTextProperty(_documentCreatedDate, DocumentProperties.Current.CoreProperties.
Created
);
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
200
return _target.
Created
;