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