1 write to _target
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
34_target = envelope.PackageProperties;
33 references to _target
PresentationUI (33)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (33)
53return _target.Title; 58_target.Title = value; 70return _target.Subject; 75_target.Subject = value; 90return _target.Creator; 95_target.Creator = value; 109return _target.Keywords; 114_target.Keywords = value; 126return _target.Description; 131_target.Description = value; 146return _target.LastModifiedBy; 151_target.LastModifiedBy = value; 165return _target.Revision; 170_target.Revision = value; 182return _target.LastPrinted; 187_target.LastPrinted = value; 199return _target.Created; 204_target.Created = value; 216return _target.Modified; 221_target.Modified = value; 237return _target.Category; 242_target.Category = value; 253return _target.Identifier; 258_target.Identifier = value; 273return _target.ContentType; 278_target.ContentType = value; 293return _target.Language; 298_target.Language = value; 310return _target.Version; 315_target.Version = value; 328return _target.ContentStatus; 333_target.ContentStatus = value; 372_target.Dispose();