1 write to _coreProperties
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
327_coreProperties = coreProperties;
19 references to _coreProperties
PresentationFramework (19)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (19)
441return _coreProperties.Title; 444return _coreProperties.Subject; 447return _coreProperties.Creator; 450return _coreProperties.Keywords; 453return _coreProperties.Description; 456return _coreProperties.LastModifiedBy; 459return _coreProperties.Revision; 462if (_coreProperties.LastPrinted != null) 464return _coreProperties.LastPrinted.Value; 469if (_coreProperties.Created != null) 471return _coreProperties.Created.Value; 476if (_coreProperties.Modified != null) 478return _coreProperties.Modified.Value; 489return _coreProperties.Category; 492return _coreProperties.Identifier; 495return _coreProperties.ContentType; 498return _coreProperties.Language; 501return _coreProperties.Version; 504return _coreProperties.ContentStatus;