2 overrides of Created
WindowsBase (2)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
254
public override Nullable<DateTime>
Created
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (1)
256
public override Nullable<DateTime>
Created
2 references to Created
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
469
if (_coreProperties.
Created
!= null)
471
return _coreProperties.
Created
.Value;