1 write to _target
PresentationUI (1)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (1)
36_target = envelope.PackageProperties;
33 references to _target
PresentationUI (33)
MS\Internal\Documents\Application\SuppressedPackageProperties.cs (33)
55return _target.Title; 60_target.Title = value; 72return _target.Subject; 77_target.Subject = value; 92return _target.Creator; 97_target.Creator = value; 111return _target.Keywords; 116_target.Keywords = value; 128return _target.Description; 133_target.Description = value; 148return _target.LastModifiedBy; 153_target.LastModifiedBy = value; 167return _target.Revision; 172_target.Revision = value; 184return _target.LastPrinted; 189_target.LastPrinted = value; 201return _target.Created; 206_target.Created = value; 218return _target.Modified; 223_target.Modified = value; 239return _target.Category; 244_target.Category = value; 255return _target.Identifier; 260_target.Identifier = value; 275return _target.ContentType; 280_target.ContentType = value; 295return _target.Language; 300_target.Language = value; 312return _target.Version; 317_target.Version = value; 330return _target.ContentStatus; 335_target.ContentStatus = value; 374_target.Dispose();