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